#F9866E

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

Shades of Salmon #F9866E

Tints of Salmon #F9866E

Color information

#F9866E (or 0xF9866E) is unknown color: approx Salmon. HEX triplet: F9, 86 and 6E. RGB value is (249,134,110). Sum of RGB (Red+Green+Blue) = 249+134+110=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9866E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9866E is #067991. Grayscale: #A5A5A5. Windows color (decimal): -424338 or 7243513. OLE color: 7243513.

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

Color convert

RGB249134110-
CMYK00.460.560.02
HSL10.36º92.05%70.39%-
HSV(B)10.36º55.82%97.65%-
XYZ50.4138.3219.49-
YUV165.6596.6187.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.51%
GREEN value IS 134 (52.73% from 255) = 27.18%
BLUE value IS 110 (43.36% from 255) = 22.31%
R=50.51%
G=27.18%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913411000.460.560.0210.3692.0570.39
HexF9866E02E382a5c46
Octal37120615605670212134106
Binary11111001100001101101110010111011100010101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9866E; }

 p { color: rgb(249,134,110); }

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

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

 a { background-color: rgb(249,134,110); }

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

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

 span { border-color: rgb(249,134,110); }

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