#F9A77C

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

Shades of Light Salmon #F9A77C

Tints of Light Salmon #F9A77C

Color information

#F9A77C (or 0xF9A77C) is unknown color: approx Light Salmon. HEX triplet: F9, A7 and 7C. RGB value is (249,167,124). Sum of RGB (Red+Green+Blue) = 249+167+124=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A77C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A77C is #065883. Grayscale: #BABABA. Windows color (decimal): -415876 or 8169465. OLE color: 8169465.

HSL color Cylindrical-coordinate representation of color #F9A77C: hue angle of 20.64º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9A77C is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB249167124-
CMYK00.330.500.02
HSL20.64º91.24%73.14%-
HSV(B)20.64º50.2%97.65%-
XYZ56.5249.2325.59-
YUV186.6292.67172.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.11%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 124 (48.83% from 255) = 22.96%
R=46.11%
G=30.93%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916712400.330.500.0220.6491.2473.14
HexF9A77C021322155b49
Octal37124717404162225133111
Binary111110011010011111111000100001110010101010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A77C; }

 p { color: rgb(249,167,124); }

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

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

 a { background-color: rgb(249,167,124); }

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

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

 span { border-color: rgb(249,167,124); }

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