#F9A081

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

Shades of Light Salmon #F9A081

Tints of Light Salmon #F9A081

Color information

#F9A081 (or 0xF9A081) is unknown color: approx Light Salmon. HEX triplet: F9, A0 and 81. RGB value is (249,160,129). Sum of RGB (Red+Green+Blue) = 249+160+129=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A081 is #065F7E. Grayscale: #B7B7B7. Windows color (decimal): -417663 or 8495353. OLE color: 8495353.

HSL color Cylindrical-coordinate representation of color #F9A081: hue angle of 15.5º 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 #F9A081 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249160129-
CMYK00.360.480.02
HSL15.5º90.91%74.12%-
HSV(B)15.5º48.19%97.65%-
XYZ55.646.8726.88-
YUV183.0897.49175.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 160 (62.89% from 255) = 29.74%
BLUE value IS 129 (50.78% from 255) = 23.98%
R=46.28%
G=29.74%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916012900.360.480.0215.590.9174.12
HexF9A081024302105b4a
Octal37124020104460220133112
Binary1111100110100000100000010100100110000101000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A081; }

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

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

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

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

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

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

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

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