#F9A179

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

Shades of Light Salmon #F9A179

Tints of Light Salmon #F9A179

Color information

#F9A179 (or 0xF9A179) is unknown color: approx Light Salmon. HEX triplet: F9, A1 and 79. RGB value is (249,161,121). Sum of RGB (Red+Green+Blue) = 249+161+121=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A179 is #065E86. Grayscale: #B7B7B7. Windows color (decimal): -417415 or 7971321. OLE color: 7971321.

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

Color convert

RGB249161121-
CMYK00.350.510.02
HSL18.75º91.43%72.55%-
HSV(B)18.75º51.41%97.65%-
XYZ55.2647.0124.25-
YUV182.7593.15175.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.89%
GREEN value IS 161 (63.28% from 255) = 30.32%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=46.89%
G=30.32%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916112100.350.510.0218.7591.4372.55
HexF9A179023332135b49
Octal37124117104363223133111
Binary111110011010000111110010100011110011101001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A179; }

 p { color: rgb(249,161,121); }

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

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

 a { background-color: rgb(249,161,121); }

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

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

 span { border-color: rgb(249,161,121); }

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