Shades of Burnt Orange #F96833
Tints of Burnt Orange #F96833
RGB
CMYK
RGB Variations
Color information
#F96833 (or 0xF96833) is known color: Burnt Orange. HEX triplet: F9, 68 and 33. RGB value is (249,104,51). Sum of RGB (Red+Green+Blue) = 249+104+51=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F96833 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96833 is #0697CC. Grayscale: #8D8D8D. Windows color (decimal): -432077 or 3369209. OLE color: 3369209.
HSL color Cylindrical-coordinate representation of color #F96833: hue angle of 16.06º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F96833 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 51 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.02 |
| HSL | 16.06º | 0.94% | 0.59% | - |
| HSV(B) | 16.06º | 0.8% | 0.98% | - |
| XYZ | 44.61 | 30.28 | 6.63 | - |
| YUV | 141.31 | 77.04 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 51 | 0 | 0.58 | 0.80 | 0.02 | 16.06 | 0.94 | 0.59 |
| Hex | F9 | 68 | 33 | 0 | 3A | 50 | 2 | 10 | 5E | 3B |
| Octal | 371 | 150 | 63 | 0 | 72 | 120 | 2 | 20 | 136 | 73 |
| Binary | 11111001 | 1101000 | 110011 | 0 | 111010 | 1010000 | 10 | 10000 | 1011110 | 111011 |
Color Harmonies of #F96833
Complementary color
Monochromatic Colors of #F96833
Black with #F96833
Text Example
Text Example
White with #F96833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96833; }
p { color: rgb(249,104,51); }
H1.HeaderClassName
{
color: #F96833;
}
.AnyTagClassName
{
color: #F96833;
}
</style>
background-color css
<style>
a { background-color: #F96833; }
a { background-color: rgb(249,104,51); }
div.DivClassName
{
background-color: #F96833;
}
.BgClassName
{
background-color: #F96833;
}
</style>
border-color css
<style>
span { border-color: #F96833; }
span { border-color: rgb(249,104,51); }
td.TdClassName
{
border-color: #F96833;
}
.TagClassName
{
border-color: #F96833;
}
</style>