#F98072

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

Shades of Salmon #F98072

Tints of Salmon #F98072

Color information

#F98072 (or 0xF98072) is unknown color: approx Salmon. HEX triplet: F9, 80 and 72. RGB value is (249,128,114). Sum of RGB (Red+Green+Blue) = 249+128+114=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F98072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98072 is #067F8D. Grayscale: #A2A2A2. Windows color (decimal): -425870 or 7504121. OLE color: 7504121.

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

Color convert

RGB249128114-
CMYK00.490.540.02
HSL6.22º91.84%71.18%-
HSV(B)6.22º54.22%97.65%-
XYZ49.8236.7920.4-
YUV162.58100.59189.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=50.71%
G=26.07%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912811400.490.540.026.2291.8471.18
HexF9807203136265c47
Octal3712001620616626134107
Binary1111100110000000111001001100011101101011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98072; }

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

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

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

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

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

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

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

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