#F0976F

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

Shades of Dark Salmon #F0976F

Tints of Dark Salmon #F0976F

Color information

#F0976F (or 0xF0976F) is unknown color: approx Dark Salmon. HEX triplet: F0, 97 and 6F. RGB value is (240,151,111). Sum of RGB (Red+Green+Blue) = 240+151+111=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0976F is #0F6890. Grayscale: #ADADAD. Windows color (decimal): -1009809 or 7313392. OLE color: 7313392.

HSL color Cylindrical-coordinate representation of color #F0976F: hue angle of 18.6º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0976F is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB240151111-
CMYK00.370.540.06
HSL18.6º81.13%68.82%-
HSV(B)18.6º53.75%94.12%-
XYZ49.8741.8120.48-
YUV173.0592.99175.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.81%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 111 (43.75% from 255) = 22.11%
R=47.81%
G=30.08%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015111100.370.540.0618.681.1368.82
HexF0976F025366135145
Octal36022715704566623121105
Binary1111000010010111110111101001011101101101001110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0976F; }

 p { color: rgb(240,151,111); }

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

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

 a { background-color: rgb(240,151,111); }

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

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

 span { border-color: rgb(240,151,111); }

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