#F9A381

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

Shades of Light Salmon #F9A381

Tints of Light Salmon #F9A381

Color information

#F9A381 (or 0xF9A381) is unknown color: approx Light Salmon. HEX triplet: F9, A3 and 81. RGB value is (249,163,129). Sum of RGB (Red+Green+Blue) = 249+163+129=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A381 is #065C7E. Grayscale: #B9B9B9. Windows color (decimal): -416895 or 8496121. OLE color: 8496121.

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

Color convert

RGB249163129-
CMYK00.350.480.02
HSL17º90.91%74.12%-
HSV(B)17º48.19%97.65%-
XYZ56.1347.9227.06-
YUV184.8496.49173.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.03%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 129 (50.78% from 255) = 23.84%
R=46.03%
G=30.13%
B=23.84%

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
Decimal24916312900.350.480.021790.9174.12
HexF9A381023302115b4a
Octal37124320104360221133112
Binary1111100110100011100000010100011110000101000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A381; }

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

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

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

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

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

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

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

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