Shades of Burnt Orange #F9732C
Tints of Burnt Orange #F9732C
RGB
CMYK
RGB Variations
Color information
#F9732C (or 0xF9732C) is known color: Burnt Orange. HEX triplet: F9, 73 and 2C. RGB value is (249,115,44). Sum of RGB (Red+Green+Blue) = 249+115+44=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9732C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9732C is #068CD3. Grayscale: #939393. Windows color (decimal): -429268 or 2913273. OLE color: 2913273.
HSL color Cylindrical-coordinate representation of color #F9732C: hue angle of 20.78º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9732C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 44 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.02 |
| HSL | 20.78º | 0.94% | 0.57% | - |
| HSV(B) | 20.78º | 0.82% | 0.98% | - |
| XYZ | 45.65 | 32.58 | 6.27 | - |
| YUV | 146.97 | 69.89 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 44 | 0 | 0.54 | 0.82 | 0.02 | 20.78 | 0.94 | 0.57 |
| Hex | F9 | 73 | 2C | 0 | 36 | 52 | 2 | 15 | 5E | 39 |
| Octal | 371 | 163 | 54 | 0 | 66 | 122 | 2 | 25 | 136 | 71 |
| Binary | 11111001 | 1110011 | 101100 | 0 | 110110 | 1010010 | 10 | 10101 | 1011110 | 111001 |
Color Harmonies of #F9732C
Complementary color
Monochromatic Colors of #F9732C
Black with #F9732C
Text Example
Text Example
White with #F9732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9732C; }
p { color: rgb(249,115,44); }
H1.HeaderClassName
{
color: #F9732C;
}
.AnyTagClassName
{
color: #F9732C;
}
</style>
background-color css
<style>
a { background-color: #F9732C; }
a { background-color: rgb(249,115,44); }
div.DivClassName
{
background-color: #F9732C;
}
.BgClassName
{
background-color: #F9732C;
}
</style>
border-color css
<style>
span { border-color: #F9732C; }
span { border-color: rgb(249,115,44); }
td.TdClassName
{
border-color: #F9732C;
}
.TagClassName
{
border-color: #F9732C;
}
</style>