#F98671

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

Shades of Salmon #F98671

Tints of Salmon #F98671

Color information

#F98671 (or 0xF98671) is unknown color: approx Salmon. HEX triplet: F9, 86 and 71. RGB value is (249,134,113). Sum of RGB (Red+Green+Blue) = 249+134+113=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F98671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98671 is #06798E. Grayscale: #A6A6A6. Windows color (decimal): -424335 or 7440121. OLE color: 7440121.

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

Color convert

RGB249134113-
CMYK00.460.550.02
HSL9.26º91.89%70.98%-
HSV(B)9.26º54.62%97.65%-
XYZ50.5738.3820.37-
YUV165.9998.1187.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.20%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=50.20%
G=27.02%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913411300.460.550.029.2691.8970.98
HexF9867102E37295c47
Octal37120616105667211134107
Binary11111001100001101110001010111011011110100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98671; }

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

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

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

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

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

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

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

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