#F09879

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

Shades of Dark Salmon #F09879

Tints of Dark Salmon #F09879

Color information

#F09879 (or 0xF09879) is unknown color: approx Dark Salmon. HEX triplet: F0, 98 and 79. RGB value is (240,152,121). Sum of RGB (Red+Green+Blue) = 240+152+121=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F09879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09879 is #0F6786. Grayscale: #AEAEAE. Windows color (decimal): -1009543 or 7969008. OLE color: 7969008.

HSL color Cylindrical-coordinate representation of color #F09879: hue angle of 15.63º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F09879 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB240152121-
CMYK00.370.500.06
HSL15.63º79.87%70.78%-
HSV(B)15.63º49.58%94.12%-
XYZ50.6142.3623.6-
YUV174.7897.65174.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=46.78%
G=29.63%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015212100.370.500.0615.6379.8770.78
HexF09879025326105047
Octal36023017104562620120107
Binary1111000010011000111100101001011100101101000010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09879; }

 p { color: rgb(240,152,121); }

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

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

 a { background-color: rgb(240,152,121); }

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

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

 span { border-color: rgb(240,152,121); }

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