#F0A17C

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

Shades of Dark Salmon #F0A17C

Tints of Dark Salmon #F0A17C

Color information

#F0A17C (or 0xF0A17C) is unknown color: approx Dark Salmon. HEX triplet: F0, A1 and 7C. RGB value is (240,161,124). Sum of RGB (Red+Green+Blue) = 240+161+124=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A17C is #0F5E83. Grayscale: #B4B4B4. Windows color (decimal): -1007236 or 8167920. OLE color: 8167920.

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

Color convert

RGB240161124-
CMYK00.330.480.06
HSL19.14º79.45%71.37%-
HSV(B)19.14º48.33%94.12%-
XYZ52.3245.4725.09-
YUV180.496.17170.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 161 (63.28% from 255) = 30.67%
BLUE value IS 124 (48.83% from 255) = 23.62%
R=45.71%
G=30.67%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016112400.330.480.0619.1479.4571.37
HexF0A17C021306134f47
Octal36024117404160623117107
Binary1111000010100001111110001000011100001101001110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A17C; }

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

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

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

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

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

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

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

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