#F09C80

Color #F09C80 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #F09C80

Tints of Dark Salmon #F09C80

Color information

#F09C80 (or 0xF09C80) is unknown color: approx Dark Salmon. HEX triplet: F0, 9C and 80. RGB value is (240,156,128). Sum of RGB (Red+Green+Blue) = 240+156+128=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09C80 is #0F637F. Grayscale: #B2B2B2. Windows color (decimal): -1008512 or 8428784. OLE color: 8428784.

HSL color Cylindrical-coordinate representation of color #F09C80: hue angle of 15º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F09C80 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240156128-
CMYK00.350.470.06
HSL15º78.87%72.16%-
HSV(B)15º46.67%94.12%-
XYZ51.7243.8626.16-
YUV177.9299.83172.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=45.80%
G=29.77%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015612800.350.470.061578.8772.16
HexF09C800232F6f4f48
Octal36023420004357617117110
Binary1111000010011100100000000100011101111110111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09C80; }

 p { color: rgb(240,156,128); }

 H1.HeaderClassName
 {
   color: #F09C80;
 }
 .AnyTagClassName
 {
   color: #F09C80;
 }
</style>
background-color css

<style>
 a { background-color: #F09C80; }

 a { background-color: rgb(240,156,128); }

 div.DivClassName
 {
   background-color: #F09C80;
 }
 .BgClassName
 {
   background-color: #F09C80;
 }
</style>
border-color css

<style>
 span { border-color: #F09C80; }

 span { border-color: rgb(240,156,128); }

 td.TdClassName
 {
   border-color: #F09C80;
 }
 .TagClassName
 {
   border-color: #F09C80;
 }
</style>