Shades of Burnt Orange #F9703D
Tints of Burnt Orange #F9703D
RGB
CMYK
RGB Variations
Color information
#F9703D (or 0xF9703D) is known color: Burnt Orange. HEX triplet: F9, 70 and 3D. RGB value is (249,112,61). Sum of RGB (Red+Green+Blue) = 249+112+61=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F9703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9703D is #068FC2. Grayscale: #939393. Windows color (decimal): -430019 or 4026617. OLE color: 4026617.
HSL color Cylindrical-coordinate representation of color #F9703D: hue angle of 16.28º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9703D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 61 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.02 |
| HSL | 16.28º | 0.94% | 0.61% | - |
| HSV(B) | 16.28º | 0.76% | 0.98% | - |
| XYZ | 45.7 | 32.07 | 8.2 | - |
| YUV | 147.15 | 79.39 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 61 | 0 | 0.55 | 0.76 | 0.02 | 16.28 | 0.94 | 0.61 |
| Hex | F9 | 70 | 3D | 0 | 37 | 4C | 2 | 10 | 5E | 3D |
| Octal | 371 | 160 | 75 | 0 | 67 | 114 | 2 | 20 | 136 | 75 |
| Binary | 11111001 | 1110000 | 111101 | 0 | 110111 | 1001100 | 10 | 10000 | 1011110 | 111101 |
Color Harmonies of #F9703D
Complementary color
Monochromatic Colors of #F9703D
Black with #F9703D
Text Example
Text Example
White with #F9703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9703D; }
p { color: rgb(249,112,61); }
H1.HeaderClassName
{
color: #F9703D;
}
.AnyTagClassName
{
color: #F9703D;
}
</style>
background-color css
<style>
a { background-color: #F9703D; }
a { background-color: rgb(249,112,61); }
div.DivClassName
{
background-color: #F9703D;
}
.BgClassName
{
background-color: #F9703D;
}
</style>
border-color css
<style>
span { border-color: #F9703D; }
span { border-color: rgb(249,112,61); }
td.TdClassName
{
border-color: #F9703D;
}
.TagClassName
{
border-color: #F9703D;
}
</style>