Shades of Bittersweet #F97256
Tints of Bittersweet #F97256
RGB
CMYK
RGB Variations
Color information
#F97256 (or 0xF97256) is known color: Bittersweet. HEX triplet: F9, 72 and 56. RGB value is (249,114,86). Sum of RGB (Red+Green+Blue) = 249+114+86=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F97256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97256 is #068DA9. Grayscale: #979797. Windows color (decimal): -429482 or 5665529. OLE color: 5665529.
HSL color Cylindrical-coordinate representation of color #F97256: hue angle of 10.31º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F97256 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 86 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.02 |
| HSL | 10.31º | 0.93% | 0.66% | - |
| HSV(B) | 10.31º | 0.65% | 0.98% | - |
| XYZ | 46.76 | 32.85 | 12.68 | - |
| YUV | 151.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 86 | 0 | 0.54 | 0.65 | 0.02 | 10.31 | 0.93 | 0.66 |
| Hex | F9 | 72 | 56 | 0 | 36 | 41 | 2 | A | 5D | 42 |
| Octal | 371 | 162 | 126 | 0 | 66 | 101 | 2 | 12 | 135 | 102 |
| Binary | 11111001 | 1110010 | 1010110 | 0 | 110110 | 1000001 | 10 | 1010 | 1011101 | 1000010 |
Color Harmonies of #F97256
Complementary color
Monochromatic Colors of #F97256
Black with #F97256
Text Example
Text Example
White with #F97256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97256; }
p { color: rgb(249,114,86); }
H1.HeaderClassName
{
color: #F97256;
}
.AnyTagClassName
{
color: #F97256;
}
</style>
background-color css
<style>
a { background-color: #F97256; }
a { background-color: rgb(249,114,86); }
div.DivClassName
{
background-color: #F97256;
}
.BgClassName
{
background-color: #F97256;
}
</style>
border-color css
<style>
span { border-color: #F97256; }
span { border-color: rgb(249,114,86); }
td.TdClassName
{
border-color: #F97256;
}
.TagClassName
{
border-color: #F97256;
}
</style>