#F09476

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

Shades of Dark Salmon #F09476

Tints of Dark Salmon #F09476

Color information

#F09476 (or 0xF09476) is unknown color: approx Dark Salmon. HEX triplet: F0, 94 and 76. RGB value is (240,148,118). Sum of RGB (Red+Green+Blue) = 240+148+118=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F09476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09476 is #0F6B89. Grayscale: #ACACAC. Windows color (decimal): -1010570 or 7771376. OLE color: 7771376.

HSL color Cylindrical-coordinate representation of color #F09476: hue angle of 14.75º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F09476 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB240148118-
CMYK00.380.510.06
HSL14.75º80.26%70.2%-
HSV(B)14.75º50.83%94.12%-
XYZ49.841.0122.43-
YUV172.0997.48176.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=47.43%
G=29.25%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014811800.380.510.0614.7580.2670.2
HexF09476026336f5046
Octal36022416604663617120106
Binary111100001001010011101100100110110011110111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09476; }

 p { color: rgb(240,148,118); }

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

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

 a { background-color: rgb(240,148,118); }

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

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

 span { border-color: rgb(240,148,118); }

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