Shades of Bittersweet #F96D54
Tints of Bittersweet #F96D54
RGB
CMYK
RGB Variations
Color information
#F96D54 (or 0xF96D54) is known color: Bittersweet. HEX triplet: F9, 6D and 54. RGB value is (249,109,84). Sum of RGB (Red+Green+Blue) = 249+109+84=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96D54 is #0692AB. Grayscale: #949494. Windows color (decimal): -430764 or 5533177. OLE color: 5533177.
HSL color Cylindrical-coordinate representation of color #F96D54: hue angle of 9.09º 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 #F96D54 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 84 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.02 |
| HSL | 9.09º | 0.93% | 0.65% | - |
| HSV(B) | 9.09º | 0.66% | 0.98% | - |
| XYZ | 46.14 | 31.72 | 12.08 | - |
| YUV | 148.01 | 91.88 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 84 | 0 | 0.56 | 0.66 | 0.02 | 9.09 | 0.93 | 0.65 |
| Hex | F9 | 6D | 54 | 0 | 38 | 42 | 2 | 9 | 5D | 41 |
| Octal | 371 | 155 | 124 | 0 | 70 | 102 | 2 | 11 | 135 | 101 |
| Binary | 11111001 | 1101101 | 1010100 | 0 | 111000 | 1000010 | 10 | 1001 | 1011101 | 1000001 |
Color Harmonies of #F96D54
Complementary color
Monochromatic Colors of #F96D54
Black with #F96D54
Text Example
Text Example
White with #F96D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D54; }
p { color: rgb(249,109,84); }
H1.HeaderClassName
{
color: #F96D54;
}
.AnyTagClassName
{
color: #F96D54;
}
</style>
background-color css
<style>
a { background-color: #F96D54; }
a { background-color: rgb(249,109,84); }
div.DivClassName
{
background-color: #F96D54;
}
.BgClassName
{
background-color: #F96D54;
}
</style>
border-color css
<style>
span { border-color: #F96D54; }
span { border-color: rgb(249,109,84); }
td.TdClassName
{
border-color: #F96D54;
}
.TagClassName
{
border-color: #F96D54;
}
</style>