#F96854

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

Shades of Bittersweet #F96854

Tints of Bittersweet #F96854

Color information

#F96854 (or 0xF96854) is unknown color: approx Bittersweet. HEX triplet: F9, 68 and 54. RGB value is (249,104,84). Sum of RGB (Red+Green+Blue) = 249+104+84=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F96854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96854 is #0697AB. Grayscale: #919191. Windows color (decimal): -432044 or 5531897. OLE color: 5531897.

HSL color Cylindrical-coordinate representation of color #F96854: hue angle of 7.27º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F96854 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB24910484-
CMYK00.580.660.02
HSL7.27º93.22%65.29%-
HSV(B)7.27º66.27%97.65%-
XYZ45.6230.6811.91-
YUV145.0793.54202.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.98%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 84 (33.20% from 255) = 19.22%
R=56.98%
G=23.80%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491048400.580.660.027.2793.2265.29
HexF9685403A42275d41
Octal37115012407210227135101
Binary1111100111010001010100011101010000101011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96854; }

 p { color: rgb(249,104,84); }

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

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

 a { background-color: rgb(249,104,84); }

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

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

 span { border-color: rgb(249,104,84); }

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