#F96554

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

Shades of Bittersweet #F96554

Tints of Bittersweet #F96554

Color information

#F96554 (or 0xF96554) is unknown color: approx Bittersweet. HEX triplet: F9, 65 and 54. RGB value is (249,101,84). Sum of RGB (Red+Green+Blue) = 249+101+84=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F96554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96554 is #069AAB. Grayscale: #8F8F8F. Windows color (decimal): -432812 or 5531129. OLE color: 5531129.

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

Color convert

RGB24910184-
CMYK00.590.660.02
HSL6.18º93.22%65.29%-
HSV(B)6.18º66.27%97.65%-
XYZ45.3230.0911.81-
YUV143.3194.53203.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.37%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 84 (33.20% from 255) = 19.35%
R=57.37%
G=23.27%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491018400.590.660.026.1893.2265.29
HexF9655403B42265d41
Octal37114512407310226135101
Binary1111100111001011010100011101110000101011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96554; }

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

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

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

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

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

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

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

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