#F98D72

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

Shades of Salmon #F98D72

Tints of Salmon #F98D72

Color information

#F98D72 (or 0xF98D72) is unknown color: approx Salmon. HEX triplet: F9, 8D and 72. RGB value is (249,141,114). Sum of RGB (Red+Green+Blue) = 249+141+114=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D72 is #06728D. Grayscale: #AAAAAA. Windows color (decimal): -422542 or 7507449. OLE color: 7507449.

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

Color convert

RGB249141114-
CMYK00.430.540.02
HSL12º91.84%71.18%-
HSV(B)12º54.22%97.65%-
XYZ51.6340.421-
YUV170.2196.28184.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.40%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 114 (44.92% from 255) = 22.62%
R=49.40%
G=27.98%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914111400.430.540.021291.8471.18
HexF98D7202B362c5c47
Octal37121516205366214134107
Binary11111001100011011110010010101111011010110010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98D72; }

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

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

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

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

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

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

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

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