Shades of Bittersweet #F96E52
Tints of Bittersweet #F96E52
RGB
CMYK
RGB Variations
Color information
#F96E52 (or 0xF96E52) is known color: Bittersweet. HEX triplet: F9, 6E and 52. RGB value is (249,110,82). Sum of RGB (Red+Green+Blue) = 249+110+82=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E52 is #0691AD. Grayscale: #949494. Windows color (decimal): -430510 or 5402361. OLE color: 5402361.
HSL color Cylindrical-coordinate representation of color #F96E52: hue angle of 10.06º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F96E52 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 82 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.02 |
| HSL | 10.06º | 0.93% | 0.65% | - |
| HSV(B) | 10.06º | 0.67% | 0.98% | - |
| XYZ | 46.17 | 31.9 | 11.71 | - |
| YUV | 148.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 82 | 0 | 0.56 | 0.67 | 0.02 | 10.06 | 0.93 | 0.65 |
| Hex | F9 | 6E | 52 | 0 | 38 | 43 | 2 | A | 5D | 41 |
| Octal | 371 | 156 | 122 | 0 | 70 | 103 | 2 | 12 | 135 | 101 |
| Binary | 11111001 | 1101110 | 1010010 | 0 | 111000 | 1000011 | 10 | 1010 | 1011101 | 1000001 |
Color Harmonies of #F96E52
Complementary color
Monochromatic Colors of #F96E52
Black with #F96E52
Text Example
Text Example
White with #F96E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E52; }
p { color: rgb(249,110,82); }
H1.HeaderClassName
{
color: #F96E52;
}
.AnyTagClassName
{
color: #F96E52;
}
</style>
background-color css
<style>
a { background-color: #F96E52; }
a { background-color: rgb(249,110,82); }
div.DivClassName
{
background-color: #F96E52;
}
.BgClassName
{
background-color: #F96E52;
}
</style>
border-color css
<style>
span { border-color: #F96E52; }
span { border-color: rgb(249,110,82); }
td.TdClassName
{
border-color: #F96E52;
}
.TagClassName
{
border-color: #F96E52;
}
</style>