#F9A181

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

Shades of Light Salmon #F9A181

Tints of Light Salmon #F9A181

Color information

#F9A181 (or 0xF9A181) is unknown color: approx Light Salmon. HEX triplet: F9, A1 and 81. RGB value is (249,161,129). Sum of RGB (Red+Green+Blue) = 249+161+129=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A181 is #065E7E. Grayscale: #B7B7B7. Windows color (decimal): -417407 or 8495609. OLE color: 8495609.

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

Color convert

RGB249161129-
CMYK00.350.480.02
HSL16º90.91%74.12%-
HSV(B)16º48.19%97.65%-
XYZ55.7747.2126.94-
YUV183.6697.15174.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.20%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 129 (50.78% from 255) = 23.93%
R=46.20%
G=29.87%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916112900.350.480.021690.9174.12
HexF9A181023302105b4a
Octal37124120104360220133112
Binary1111100110100001100000010100011110000101000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A181; }

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

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

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

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

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

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

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

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