#F96C54

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

Shades of Bittersweet #F96C54

Tints of Bittersweet #F96C54

Color information

#F96C54 (or 0xF96C54) is unknown color: approx Bittersweet. HEX triplet: F9, 6C and 54. RGB value is (249,108,84). Sum of RGB (Red+Green+Blue) = 249+108+84=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C54 is #0693AB. Grayscale: #939393. Windows color (decimal): -431020 or 5532921. OLE color: 5532921.

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

Color convert

RGB24910884-
CMYK00.570.660.02
HSL8.73º93.22%65.29%-
HSV(B)8.73º66.27%97.65%-
XYZ46.0331.512.04-
YUV147.4292.21200.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.46%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=56.46%
G=24.49%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491088400.570.660.028.7393.2265.29
HexF96C5403942295d41
Octal371154124071102211135101
Binary11111001110110010101000111001100001010100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96C54; }

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

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

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

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

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

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

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

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