Shades of Burnt Orange #F9702F
Tints of Burnt Orange #F9702F
RGB
CMYK
RGB Variations
Color information
#F9702F (or 0xF9702F) is known color: Burnt Orange. HEX triplet: F9, 70 and 2F. RGB value is (249,112,47). Sum of RGB (Red+Green+Blue) = 249+112+47=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9702F is #068FD0. Grayscale: #919191. Windows color (decimal): -430033 or 3109113. OLE color: 3109113.
HSL color Cylindrical-coordinate representation of color #F9702F: hue angle of 19.31º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9702F is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 47 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.02 |
| HSL | 19.31º | 0.94% | 0.58% | - |
| HSV(B) | 19.31º | 0.81% | 0.98% | - |
| XYZ | 45.37 | 31.93 | 6.46 | - |
| YUV | 145.55 | 72.39 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 47 | 0 | 0.55 | 0.81 | 0.02 | 19.31 | 0.94 | 0.58 |
| Hex | F9 | 70 | 2F | 0 | 37 | 51 | 2 | 13 | 5E | 3A |
| Octal | 371 | 160 | 57 | 0 | 67 | 121 | 2 | 23 | 136 | 72 |
| Binary | 11111001 | 1110000 | 101111 | 0 | 110111 | 1010001 | 10 | 10011 | 1011110 | 111010 |
Color Harmonies of #F9702F
Complementary color
Monochromatic Colors of #F9702F
Black with #F9702F
Text Example
Text Example
White with #F9702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9702F; }
p { color: rgb(249,112,47); }
H1.HeaderClassName
{
color: #F9702F;
}
.AnyTagClassName
{
color: #F9702F;
}
</style>
background-color css
<style>
a { background-color: #F9702F; }
a { background-color: rgb(249,112,47); }
div.DivClassName
{
background-color: #F9702F;
}
.BgClassName
{
background-color: #F9702F;
}
</style>
border-color css
<style>
span { border-color: #F9702F; }
span { border-color: rgb(249,112,47); }
td.TdClassName
{
border-color: #F9702F;
}
.TagClassName
{
border-color: #F9702F;
}
</style>