#F0977C

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

Shades of Dark Salmon #F0977C

Tints of Dark Salmon #F0977C

Color information

#F0977C (or 0xF0977C) is unknown color: approx Dark Salmon. HEX triplet: F0, 97 and 7C. RGB value is (240,151,124). Sum of RGB (Red+Green+Blue) = 240+151+124=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0977C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0977C is #0F6883. Grayscale: #AEAEAE. Windows color (decimal): -1009796 or 8165360. OLE color: 8165360.

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

Color convert

RGB240151124-
CMYK00.370.480.06
HSL13.97º79.45%71.37%-
HSV(B)13.97º48.33%94.12%-
XYZ50.6442.1124.53-
YUV174.5399.49174.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=46.60%
G=29.32%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015112400.370.480.0613.9779.4571.37
HexF0977C025306e4f47
Octal36022717404560616117107
Binary111100001001011111111000100101110000110111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0977C; }

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

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

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

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

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

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

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

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