#F9886A

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

Shades of Salmon #F9886A

Tints of Salmon #F9886A

Color information

#F9886A (or 0xF9886A) is unknown color: approx Salmon. HEX triplet: F9, 88 and 6A. RGB value is (249,136,106). Sum of RGB (Red+Green+Blue) = 249+136+106=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9886A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9886A is #067795. Grayscale: #A6A6A6. Windows color (decimal): -423830 or 6981881. OLE color: 6981881.

HSL color Cylindrical-coordinate representation of color #F9886A: hue angle of 12.59º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9886A is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB249136106-
CMYK00.450.570.02
HSL12.59º92.26%69.61%-
HSV(B)12.59º57.43%97.65%-
XYZ50.4738.7918.46-
YUV166.3793.94186.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=50.71%
G=27.70%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913610600.450.570.0212.5992.2669.61
HexF9886A02D392d5c46
Octal37121015205571215134106
Binary11111001100010001101010010110111100110110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9886A; }

 p { color: rgb(249,136,106); }

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

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

 a { background-color: rgb(249,136,106); }

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

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

 span { border-color: rgb(249,136,106); }

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