#F9806A

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

Shades of Salmon #F9806A

Tints of Salmon #F9806A

Color information

#F9806A (or 0xF9806A) is unknown color: approx Salmon. HEX triplet: F9, 80 and 6A. RGB value is (249,128,106). Sum of RGB (Red+Green+Blue) = 249+128+106=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9806A is #067F95. Grayscale: #A1A1A1. Windows color (decimal): -425878 or 6979833. OLE color: 6979833.

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

Color convert

RGB249128106-
CMYK00.490.570.02
HSL9.23º92.26%69.61%-
HSV(B)9.23º57.43%97.65%-
XYZ49.3936.6218.1-
YUV161.6796.59190.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.55%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 106 (41.80% from 255) = 21.95%
R=51.55%
G=26.50%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912810600.490.570.029.2392.2669.61
HexF9806A03139295c46
Octal37120015206171211134106
Binary11111001100000001101010011000111100110100110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9806A; }

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

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

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

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

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

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

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

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