#F9817B

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

Shades of Salmon #F9817B

Tints of Salmon #F9817B

Color information

#F9817B (or 0xF9817B) is unknown color: approx Salmon. HEX triplet: F9, 81 and 7B. RGB value is (249,129,123). Sum of RGB (Red+Green+Blue) = 249+129+123=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9817B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9817B is #067E84. Grayscale: #A4A4A4. Windows color (decimal): -425605 or 8094201. OLE color: 8094201.

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

Color convert

RGB249129123-
CMYK00.480.510.02
HSL2.86º91.3%72.94%-
HSV(B)2.86º50.6%97.65%-
XYZ50.4937.2723.27-
YUV164.2104.76188.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=49.70%
G=25.75%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912912300.480.510.022.8691.372.94
HexF9817B03033235b49
Octal3712011730606323133111
Binary111110011000000111110110110000110011101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9817B; }

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

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

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

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

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

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

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

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