#F09679

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

Shades of Dark Salmon #F09679

Tints of Dark Salmon #F09679

Color information

#F09679 (or 0xF09679) is unknown color: approx Dark Salmon. HEX triplet: F0, 96 and 79. RGB value is (240,150,121). Sum of RGB (Red+Green+Blue) = 240+150+121=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F09679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09679 is #0F6986. Grayscale: #ADADAD. Windows color (decimal): -1010055 or 7968496. OLE color: 7968496.

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

Color convert

RGB240150121-
CMYK00.370.500.06
HSL14.62º79.87%70.78%-
HSV(B)14.62º49.58%94.12%-
XYZ50.2941.7223.49-
YUV173.698.32175.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 121 (47.66% from 255) = 23.68%
R=46.97%
G=29.35%
B=23.68%

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
Decimal24015012100.370.500.0614.6279.8770.78
HexF09679025326f5047
Octal36022617104562617120107
Binary111100001001011011110010100101110010110111110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09679; }

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

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

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

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

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

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

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

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