Shades of Bittersweet #F96754
Tints of Bittersweet #F96754
RGB
CMYK
RGB Variations
Color information
#F96754 (or 0xF96754) is known color: Bittersweet. HEX triplet: F9, 67 and 54. RGB value is (249,103,84). Sum of RGB (Red+Green+Blue) = 249+103+84=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F96754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96754 is #0698AB. Grayscale: #909090. Windows color (decimal): -432300 or 5531641. OLE color: 5531641.
HSL color Cylindrical-coordinate representation of color #F96754: hue angle of 6.91º 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 #F96754 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 84 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.02 |
| HSL | 6.91º | 0.93% | 0.65% | - |
| HSV(B) | 6.91º | 0.66% | 0.98% | - |
| XYZ | 45.52 | 30.48 | 11.87 | - |
| YUV | 144.49 | 93.87 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 84 | 0 | 0.59 | 0.66 | 0.02 | 6.91 | 0.93 | 0.65 |
| Hex | F9 | 67 | 54 | 0 | 3B | 42 | 2 | 7 | 5D | 41 |
| Octal | 371 | 147 | 124 | 0 | 73 | 102 | 2 | 7 | 135 | 101 |
| Binary | 11111001 | 1100111 | 1010100 | 0 | 111011 | 1000010 | 10 | 111 | 1011101 | 1000001 |
Color Harmonies of #F96754
Complementary color
Monochromatic Colors of #F96754
Black with #F96754
Text Example
Text Example
White with #F96754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96754; }
p { color: rgb(249,103,84); }
H1.HeaderClassName
{
color: #F96754;
}
.AnyTagClassName
{
color: #F96754;
}
</style>
background-color css
<style>
a { background-color: #F96754; }
a { background-color: rgb(249,103,84); }
div.DivClassName
{
background-color: #F96754;
}
.BgClassName
{
background-color: #F96754;
}
</style>
border-color css
<style>
span { border-color: #F96754; }
span { border-color: rgb(249,103,84); }
td.TdClassName
{
border-color: #F96754;
}
.TagClassName
{
border-color: #F96754;
}
</style>