#F9807A

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

Shades of Salmon #F9807A

Tints of Salmon #F9807A

Color information

#F9807A (or 0xF9807A) is unknown color: approx Salmon. HEX triplet: F9, 80 and 7A. RGB value is (249,128,122). Sum of RGB (Red+Green+Blue) = 249+128+122=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9807A is #067F85. Grayscale: #A3A3A3. Windows color (decimal): -425862 or 8028409. OLE color: 8028409.

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

Color convert

RGB249128122-
CMYK00.490.510.02
HSL2.83º91.37%72.75%-
HSV(B)2.83º51%97.65%-
XYZ50.336.9822.9-
YUV163.5104.59188.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.90%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=49.90%
G=25.65%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912812200.490.510.022.8391.3772.75
HexF9807A03133235b49
Octal3712001720616323133111
Binary111110011000000011110100110001110011101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9807A; }

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

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

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

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

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

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

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

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