#F98571

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

Shades of Salmon #F98571

Tints of Salmon #F98571

Color information

#F98571 (or 0xF98571) is unknown color: approx Salmon. HEX triplet: F9, 85 and 71. RGB value is (249,133,113). Sum of RGB (Red+Green+Blue) = 249+133+113=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F98571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98571 is #067A8E. Grayscale: #A5A5A5. Windows color (decimal): -424591 or 7439865. OLE color: 7439865.

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

Color convert

RGB249133113-
CMYK00.470.550.02
HSL8.82º91.89%70.98%-
HSV(B)8.82º54.62%97.65%-
XYZ50.4438.1120.32-
YUV165.498.43187.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.30%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=50.30%
G=26.87%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913311300.470.550.028.8291.8970.98
HexF9857102F37295c47
Octal37120516105767211134107
Binary11111001100001011110001010111111011110100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98571; }

 p { color: rgb(249,133,113); }

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

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

 a { background-color: rgb(249,133,113); }

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

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

 span { border-color: rgb(249,133,113); }

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