#F0977E

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

Shades of Dark Salmon #F0977E

Tints of Dark Salmon #F0977E

Color information

#F0977E (or 0xF0977E) is unknown color: approx Dark Salmon. HEX triplet: F0, 97 and 7E. RGB value is (240,151,126). Sum of RGB (Red+Green+Blue) = 240+151+126=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0977E is #0F6881. Grayscale: #AEAEAE. Windows color (decimal): -1009794 or 8296432. OLE color: 8296432.

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

Color convert

RGB240151126-
CMYK00.370.480.06
HSL13.16º79.17%71.76%-
HSV(B)13.16º47.5%94.12%-
XYZ50.7742.1625.2-
YUV174.76100.49174.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.42%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=46.42%
G=29.21%
B=24.37%

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
Decimal24015112600.370.480.0613.1679.1771.76
HexF0977E025306d4f48
Octal36022717604560615117110
Binary111100001001011111111100100101110000110110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0977E; }

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

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

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

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

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

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

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

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