#F9A076

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

Shades of Light Salmon #F9A076

Tints of Light Salmon #F9A076

Color information

#F9A076 (or 0xF9A076) is unknown color: approx Light Salmon. HEX triplet: F9, A0 and 76. RGB value is (249,160,118). Sum of RGB (Red+Green+Blue) = 249+160+118=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A076 is #065F89. Grayscale: #B6B6B6. Windows color (decimal): -417674 or 7774457. OLE color: 7774457.

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

Color convert

RGB249160118-
CMYK00.360.530.02
HSL19.24º91.61%71.96%-
HSV(B)19.24º52.61%97.65%-
XYZ54.9146.5923.24-
YUV181.8291.99175.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.25%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 118 (46.48% from 255) = 22.39%
R=47.25%
G=30.36%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916011800.360.530.0219.2491.6171.96
HexF9A076024352135c48
Octal37124016604465223134110
Binary111110011010000011101100100100110101101001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A076; }

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

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

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

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

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

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

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

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