#F9A17A

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

Shades of Light Salmon #F9A17A

Tints of Light Salmon #F9A17A

Color information

#F9A17A (or 0xF9A17A) is unknown color: approx Light Salmon. HEX triplet: F9, A1 and 7A. RGB value is (249,161,122). Sum of RGB (Red+Green+Blue) = 249+161+122=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A17A is #065E85. Grayscale: #B7B7B7. Windows color (decimal): -417414 or 8036857. OLE color: 8036857.

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

Color convert

RGB249161122-
CMYK00.350.510.02
HSL18.43º91.37%72.75%-
HSV(B)18.43º51%97.65%-
XYZ55.3247.0324.58-
YUV182.8793.65175.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.80%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 122 (48.05% from 255) = 22.93%
R=46.80%
G=30.26%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916112200.350.510.0218.4391.3772.75
HexF9A17A023332125b49
Octal37124117204363222133111
Binary111110011010000111110100100011110011101001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A17A; }

 p { color: rgb(249,161,122); }

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

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

 a { background-color: rgb(249,161,122); }

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

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

 span { border-color: rgb(249,161,122); }

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