#F9A584

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

Shades of Light Salmon #F9A584

Tints of Light Salmon #F9A584

Color information

#F9A584 (or 0xF9A584) is unknown color: approx Light Salmon. HEX triplet: F9, A5 and 84. RGB value is (249,165,132). Sum of RGB (Red+Green+Blue) = 249+165+132=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A584 is #065A7B. Grayscale: #BABABA. Windows color (decimal): -416380 or 8693241. OLE color: 8693241.

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

Color convert

RGB249165132-
CMYK00.340.470.02
HSL16.92º90.7%74.71%-
HSV(B)16.92º46.99%97.65%-
XYZ56.6948.7228.25-
YUV186.3597.33172.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.60%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 132 (51.95% from 255) = 24.18%
R=45.60%
G=30.22%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916513200.340.470.0216.9290.774.71
HexF9A5840222F2115b4b
Octal37124520404257221133113
Binary1111100110100101100001000100010101111101000110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A584; }

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

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

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

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

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

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

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

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