#F09978

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

Shades of Dark Salmon #F09978

Tints of Dark Salmon #F09978

Color information

#F09978 (or 0xF09978) is unknown color: approx Dark Salmon. HEX triplet: F0, 99 and 78. RGB value is (240,153,120). Sum of RGB (Red+Green+Blue) = 240+153+120=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F09978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09978 is #0F6687. Grayscale: #AFAFAF. Windows color (decimal): -1009288 or 7903728. OLE color: 7903728.

HSL color Cylindrical-coordinate representation of color #F09978: hue angle of 16.5º 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 #F09978 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240153120-
CMYK00.360.50.06
HSL16.5º80%70.59%-
HSV(B)16.5º50%94.12%-
XYZ50.7242.6623.33-
YUV175.2596.82174.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 120 (47.27% from 255) = 23.39%
R=46.78%
G=29.82%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015312000.360.50.0616.58070.59
HexF09978024326115047
Octal36023117004462621120107
Binary1111000010011001111100001001001100101101000110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09978; }

 p { color: rgb(240,153,120); }

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

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

 a { background-color: rgb(240,153,120); }

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

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

 span { border-color: rgb(240,153,120); }

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