Shades of Burnt Orange #F9802C
Tints of Burnt Orange #F9802C
RGB
CMYK
RGB Variations
Color information
#F9802C (or 0xF9802C) is known color: Burnt Orange. HEX triplet: F9, 80 and 2C. RGB value is (249,128,44). Sum of RGB (Red+Green+Blue) = 249+128+44=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F9802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9802C is #067FD3. Grayscale: #9B9B9B. Windows color (decimal): -425940 or 2916601. OLE color: 2916601.
HSL color Cylindrical-coordinate representation of color #F9802C: hue angle of 24.59º 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 #F9802C is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 44 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.02 |
| HSL | 24.59º | 0.94% | 0.57% | - |
| HSV(B) | 24.59º | 0.82% | 0.98% | - |
| XYZ | 47.24 | 35.76 | 6.8 | - |
| YUV | 154.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 44 | 0 | 0.49 | 0.82 | 0.02 | 24.59 | 0.94 | 0.57 |
| Hex | F9 | 80 | 2C | 0 | 31 | 52 | 2 | 19 | 5E | 39 |
| Octal | 371 | 200 | 54 | 0 | 61 | 122 | 2 | 31 | 136 | 71 |
| Binary | 11111001 | 10000000 | 101100 | 0 | 110001 | 1010010 | 10 | 11001 | 1011110 | 111001 |
Color Harmonies of #F9802C
Complementary color
Monochromatic Colors of #F9802C
Black with #F9802C
Text Example
Text Example
White with #F9802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9802C; }
p { color: rgb(249,128,44); }
H1.HeaderClassName
{
color: #F9802C;
}
.AnyTagClassName
{
color: #F9802C;
}
</style>
background-color css
<style>
a { background-color: #F9802C; }
a { background-color: rgb(249,128,44); }
div.DivClassName
{
background-color: #F9802C;
}
.BgClassName
{
background-color: #F9802C;
}
</style>
border-color css
<style>
span { border-color: #F9802C; }
span { border-color: rgb(249,128,44); }
td.TdClassName
{
border-color: #F9802C;
}
.TagClassName
{
border-color: #F9802C;
}
</style>