#F98C78

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

Shades of Salmon #F98C78

Tints of Salmon #F98C78

Color information

#F98C78 (or 0xF98C78) is unknown color: approx Salmon. HEX triplet: F9, 8C and 78. RGB value is (249,140,120). Sum of RGB (Red+Green+Blue) = 249+140+120=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98C78 is #067387. Grayscale: #AAAAAA. Windows color (decimal): -422792 or 7900409. OLE color: 7900409.

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

Color convert

RGB249140120-
CMYK00.440.520.02
HSL9.3º91.49%72.35%-
HSV(B)9.3º51.81%97.65%-
XYZ51.8440.2522.81-
YUV170.3199.61184.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 120 (47.27% from 255) = 23.58%
R=48.92%
G=27.50%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914012000.440.520.029.391.4972.35
HexF98C7802C34295b48
Octal37121417005464211133110
Binary11111001100011001111000010110011010010100110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98C78; }

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

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

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

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

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

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

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

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