#F9A077

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

Shades of Light Salmon #F9A077

Tints of Light Salmon #F9A077

Color information

#F9A077 (or 0xF9A077) is unknown color: approx Light Salmon. HEX triplet: F9, A0 and 77. RGB value is (249,160,119). Sum of RGB (Red+Green+Blue) = 249+160+119=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A077 is #065F88. Grayscale: #B6B6B6. Windows color (decimal): -417673 or 7839993. OLE color: 7839993.

HSL color Cylindrical-coordinate representation of color #F9A077: hue angle of 18.92º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9A077 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB249160119-
CMYK00.360.520.02
HSL18.92º91.55%72.16%-
HSV(B)18.92º52.21%97.65%-
XYZ54.9746.6123.55-
YUV181.9492.49175.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.16%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 119 (46.88% from 255) = 22.54%
R=47.16%
G=30.30%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916011900.360.520.0218.9291.5572.16
HexF9A077024342135c48
Octal37124016704464223134110
Binary111110011010000011101110100100110100101001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A077; }

 p { color: rgb(249,160,119); }

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

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

 a { background-color: rgb(249,160,119); }

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

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

 span { border-color: rgb(249,160,119); }

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