Shades of Burnt Orange #F9703A
Tints of Burnt Orange #F9703A
RGB
CMYK
RGB Variations
Color information
#F9703A (or 0xF9703A) is known color: Burnt Orange. HEX triplet: F9, 70 and 3A. RGB value is (249,112,58). Sum of RGB (Red+Green+Blue) = 249+112+58=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F9703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9703A is #068FC5. Grayscale: #939393. Windows color (decimal): -430022 or 3830009. OLE color: 3830009.
HSL color Cylindrical-coordinate representation of color #F9703A: hue angle of 16.96º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9703A is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 58 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.02 |
| HSL | 16.96º | 0.94% | 0.6% | - |
| HSV(B) | 16.96º | 0.77% | 0.98% | - |
| XYZ | 45.62 | 32.03 | 7.78 | - |
| YUV | 146.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 58 | 0 | 0.55 | 0.77 | 0.02 | 16.96 | 0.94 | 0.6 |
| Hex | F9 | 70 | 3A | 0 | 37 | 4D | 2 | 11 | 5E | 3C |
| Octal | 371 | 160 | 72 | 0 | 67 | 115 | 2 | 21 | 136 | 74 |
| Binary | 11111001 | 1110000 | 111010 | 0 | 110111 | 1001101 | 10 | 10001 | 1011110 | 111100 |
Color Harmonies of #F9703A
Complementary color
Monochromatic Colors of #F9703A
Black with #F9703A
Text Example
Text Example
White with #F9703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9703A; }
p { color: rgb(249,112,58); }
H1.HeaderClassName
{
color: #F9703A;
}
.AnyTagClassName
{
color: #F9703A;
}
</style>
background-color css
<style>
a { background-color: #F9703A; }
a { background-color: rgb(249,112,58); }
div.DivClassName
{
background-color: #F9703A;
}
.BgClassName
{
background-color: #F9703A;
}
</style>
border-color css
<style>
span { border-color: #F9703A; }
span { border-color: rgb(249,112,58); }
td.TdClassName
{
border-color: #F9703A;
}
.TagClassName
{
border-color: #F9703A;
}
</style>