#F9A684

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

Shades of Light Salmon #F9A684

Tints of Light Salmon #F9A684

Color information

#F9A684 (or 0xF9A684) is unknown color: approx Light Salmon. HEX triplet: F9, A6 and 84. RGB value is (249,166,132). Sum of RGB (Red+Green+Blue) = 249+166+132=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A684 is #06597B. Grayscale: #BBBBBB. Windows color (decimal): -416124 or 8693497. OLE color: 8693497.

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

Color convert

RGB249166132-
CMYK00.330.470.02
HSL17.44º90.7%74.71%-
HSV(B)17.44º46.99%97.65%-
XYZ56.8749.0828.31-
YUV186.9497172.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.52%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 132 (51.95% from 255) = 24.13%
R=45.52%
G=30.35%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916613200.330.470.0217.4490.774.71
HexF9A6840212F2115b4b
Octal37124620404157221133113
Binary1111100110100110100001000100001101111101000110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A684; }

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

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

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

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

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

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

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

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