#F9A984

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

Shades of Light Salmon #F9A984

Tints of Light Salmon #F9A984

Color information

#F9A984 (or 0xF9A984) is unknown color: approx Light Salmon. HEX triplet: F9, A9 and 84. RGB value is (249,169,132). Sum of RGB (Red+Green+Blue) = 249+169+132=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A984 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A984 is #06567B. Grayscale: #BCBCBC. Windows color (decimal): -415356 or 8694265. OLE color: 8694265.

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

Color convert

RGB249169132-
CMYK00.320.470.02
HSL18.97º90.7%74.71%-
HSV(B)18.97º46.99%97.65%-
XYZ57.4250.1828.49-
YUV188.796171.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 169 (66.41% from 255) = 30.73%
BLUE value IS 132 (51.95% from 255) = 24%
R=45.27%
G=30.73%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916913200.320.470.0218.9790.774.71
HexF9A9840202F2135b4b
Octal37125120404057223133113
Binary1111100110101001100001000100000101111101001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A984; }

 p { color: rgb(249,169,132); }

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

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

 a { background-color: rgb(249,169,132); }

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

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

 span { border-color: rgb(249,169,132); }

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