#F08D78

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

Shades of Dark Salmon #F08D78

Tints of Dark Salmon #F08D78

Color information

#F08D78 (or 0xF08D78) is unknown color: approx Dark Salmon. HEX triplet: F0, 8D and 78. RGB value is (240,141,120). Sum of RGB (Red+Green+Blue) = 240+141+120=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D78 is #0F7287. Grayscale: #A8A8A8. Windows color (decimal): -1012360 or 7900656. OLE color: 7900656.

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

Color convert

RGB240141120-
CMYK00.410.50.06
HSL10.5º80%70.59%-
HSV(B)10.5º50%94.12%-
XYZ48.8538.9322.71-
YUV168.21100.8179.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.90%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=47.90%
G=28.14%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014112000.410.50.0610.58070.59
HexF08D78029326b5047
Octal36021517005162613120107
Binary111100001000110111110000101001110010110101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08D78; }

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

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

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

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

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

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

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

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