#F97463

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

Shades of Bittersweet #F97463

Tints of Bittersweet #F97463

Color information

#F97463 (or 0xF97463) is unknown color: approx Bittersweet. HEX triplet: F9, 74 and 63. RGB value is (249,116,99). Sum of RGB (Red+Green+Blue) = 249+116+99=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F97463 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97463 is #068B9C. Grayscale: #9A9A9A. Windows color (decimal): -428957 or 6518009. OLE color: 6518009.

HSL color Cylindrical-coordinate representation of color #F97463: hue angle of 6.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F97463 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB24911699-
CMYK00.530.600.02
HSL6.8º92.59%68.24%-
HSV(B)6.8º60.24%97.65%-
XYZ47.5633.5315.77-
YUV153.8397.06195.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.66%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 21.34%
R=53.66%
G=25%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491169900.530.600.026.892.5968.24
HexF974630353C275d44
Octal3711641430657427135104
Binary111110011110100110001101101011111001011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97463; }

 p { color: rgb(249,116,99); }

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

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

 a { background-color: rgb(249,116,99); }

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

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

 span { border-color: rgb(249,116,99); }

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