#F98676

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

Shades of Salmon #F98676

Tints of Salmon #F98676

Color information

#F98676 (or 0xF98676) is unknown color: approx Salmon. HEX triplet: F9, 86 and 76. RGB value is (249,134,118). Sum of RGB (Red+Green+Blue) = 249+134+118=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F98676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98676 is #067989. Grayscale: #A6A6A6. Windows color (decimal): -424330 or 7767801. OLE color: 7767801.

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

Color convert

RGB249134118-
CMYK00.460.530.02
HSL7.33º91.61%71.96%-
HSV(B)7.33º52.61%97.65%-
XYZ50.8638.521.89-
YUV166.56100.6186.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=49.70%
G=26.75%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913411800.460.530.027.3391.6171.96
HexF9867602E35275c48
Octal3712061660566527134110
Binary1111100110000110111011001011101101011011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98676; }

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

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

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

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

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

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

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

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