#F98678

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

Shades of Salmon #F98678

Tints of Salmon #F98678

Color information

#F98678 (or 0xF98678) is unknown color: approx Salmon. HEX triplet: F9, 86 and 78. RGB value is (249,134,120). Sum of RGB (Red+Green+Blue) = 249+134+120=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F98678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98678 is #067987. Grayscale: #A6A6A6. Windows color (decimal): -424328 or 7898873. OLE color: 7898873.

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

Color convert

RGB249134120-
CMYK00.460.520.02
HSL6.51º91.49%72.35%-
HSV(B)6.51º51.81%97.65%-
XYZ50.9838.5522.52-
YUV166.79101.6186.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 120 (47.27% from 255) = 23.86%
R=49.50%
G=26.64%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913412000.460.520.026.5191.4972.35
HexF9867802E34275b48
Octal3712061700566427133110
Binary1111100110000110111100001011101101001011110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98678; }

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

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

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

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

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

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

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

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