#F0917C

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

Shades of Dark Salmon #F0917C

Tints of Dark Salmon #F0917C

Color information

#F0917C (or 0xF0917C) is unknown color: approx Dark Salmon. HEX triplet: F0, 91 and 7C. RGB value is (240,145,124). Sum of RGB (Red+Green+Blue) = 240+145+124=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0917C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0917C is #0F6E83. Grayscale: #ABABAB. Windows color (decimal): -1011332 or 8163824. OLE color: 8163824.

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

Color convert

RGB240145124-
CMYK00.400.480.06
HSL10.86º79.45%71.37%-
HSV(B)10.86º48.33%94.12%-
XYZ49.740.2324.21-
YUV171.01101.47177.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.15%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 124 (48.83% from 255) = 24.36%
R=47.15%
G=28.49%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014512400.400.480.0610.8679.4571.37
HexF0917C028306b4f47
Octal36022117405060613117107
Binary111100001001000111111000101000110000110101110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0917C; }

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

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

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

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

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

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

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

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