#F98872

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

Shades of Salmon #F98872

Tints of Salmon #F98872

Color information

#F98872 (or 0xF98872) is unknown color: approx Salmon. HEX triplet: F9, 88 and 72. RGB value is (249,136,114). Sum of RGB (Red+Green+Blue) = 249+136+114=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F98872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98872 is #06778D. Grayscale: #A7A7A7. Windows color (decimal): -423822 or 7506169. OLE color: 7506169.

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

Color convert

RGB249136114-
CMYK00.450.540.02
HSL9.78º91.84%71.18%-
HSV(B)9.78º54.22%97.65%-
XYZ50.9138.9620.76-
YUV167.2897.94186.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.90%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=49.90%
G=27.25%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913611400.450.540.029.7891.8471.18
HexF9887202D362a5c47
Octal37121016205566212134107
Binary11111001100010001110010010110111011010101010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98872; }

 p { color: rgb(249,136,114); }

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

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

 a { background-color: rgb(249,136,114); }

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

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

 span { border-color: rgb(249,136,114); }

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