#F9807B

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

Shades of Salmon #F9807B

Tints of Salmon #F9807B

Color information

#F9807B (or 0xF9807B) is unknown color: approx Salmon. HEX triplet: F9, 80 and 7B. RGB value is (249,128,123). Sum of RGB (Red+Green+Blue) = 249+128+123=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9807B is #067F84. Grayscale: #A3A3A3. Windows color (decimal): -425861 or 8093945. OLE color: 8093945.

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

Color convert

RGB249128123-
CMYK00.490.510.02
HSL2.38º91.3%72.94%-
HSV(B)2.38º50.6%97.65%-
XYZ50.3637.0123.23-
YUV163.61105.09188.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.8%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 123 (48.44% from 255) = 24.6%
R=49.8%
G=25.6%
B=24.6%

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
Decimal24912812300.490.510.022.3891.372.94
HexF9807B03133225b49
Octal3712001730616322133111
Binary111110011000000011110110110001110011101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9807B; }

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

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

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

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

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

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

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

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