#F98672

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

Shades of Salmon #F98672

Tints of Salmon #F98672

Color information

#F98672 (or 0xF98672) is unknown color: approx Salmon. HEX triplet: F9, 86 and 72. RGB value is (249,134,114). Sum of RGB (Red+Green+Blue) = 249+134+114=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F98672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98672 is #06798D. Grayscale: #A6A6A6. Windows color (decimal): -424334 or 7505657. OLE color: 7505657.

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

Color convert

RGB249134114-
CMYK00.460.540.02
HSL8.89º91.84%71.18%-
HSV(B)8.89º54.22%97.65%-
XYZ50.6338.420.66-
YUV166.198.6187.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=50.10%
G=26.96%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913411400.460.540.028.8991.8471.18
HexF9867202E36295c47
Octal37120616205666211134107
Binary11111001100001101110010010111011011010100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98672; }

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

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

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

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

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

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

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

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