#F98C6C

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

Shades of Salmon #F98C6C

Tints of Salmon #F98C6C

Color information

#F98C6C (or 0xF98C6C) is unknown color: approx Salmon. HEX triplet: F9, 8C and 6C. RGB value is (249,140,108). Sum of RGB (Red+Green+Blue) = 249+140+108=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C6C is #067393. Grayscale: #A9A9A9. Windows color (decimal): -422804 or 7113977. OLE color: 7113977.

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

Color convert

RGB249140108-
CMYK00.440.570.02
HSL13.62º92.16%70%-
HSV(B)13.62º56.63%97.65%-
XYZ51.1539.9819.21-
YUV168.9493.61185.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 108 (42.58% from 255) = 21.73%
R=50.10%
G=28.17%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914010800.440.570.0213.6292.1670
HexF98C6C02C392e5c46
Octal37121415405471216134106
Binary11111001100011001101100010110011100110111010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C6C; }

 p { color: rgb(249,140,108); }

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

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

 a { background-color: rgb(249,140,108); }

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

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

 span { border-color: rgb(249,140,108); }

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