#F09574

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

Shades of Dark Salmon #F09574

Tints of Dark Salmon #F09574

Color information

#F09574 (or 0xF09574) is unknown color: approx Dark Salmon. HEX triplet: F0, 95 and 74. RGB value is (240,149,116). Sum of RGB (Red+Green+Blue) = 240+149+116=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F09574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09574 is #0F6A8B. Grayscale: #ACACAC. Windows color (decimal): -1010316 or 7640560. OLE color: 7640560.

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

Color convert

RGB240149116-
CMYK00.380.520.06
HSL15.97º80.52%69.8%-
HSV(B)15.97º51.67%94.12%-
XYZ49.8441.2821.86-
YUV172.4596.15176.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.52%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=47.52%
G=29.50%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014911600.380.520.0615.9780.5269.8
HexF09574026346105146
Octal36022516404664620121106
Binary1111000010010101111010001001101101001101000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09574; }

 p { color: rgb(240,149,116); }

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

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

 a { background-color: rgb(240,149,116); }

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

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

 span { border-color: rgb(240,149,116); }

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