Shades of Burnt Orange #FD802C
Tints of Burnt Orange #FD802C
RGB
CMYK
RGB Variations
Color information
#FD802C (or 0xFD802C) is known color: Burnt Orange. HEX triplet: FD, 80 and 2C. RGB value is (253,128,44). Sum of RGB (Red+Green+Blue) = 253+128+44=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD802C is #027FD3. Grayscale: #9C9C9C. Windows color (decimal): -163796 or 2916605. OLE color: 2916605.
HSL color Cylindrical-coordinate representation of color #FD802C: hue angle of 24.11º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD802C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 128 | 44 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.01 |
| HSL | 24.11º | 0.98% | 0.58% | - |
| HSV(B) | 24.11º | 0.83% | 0.99% | - |
| XYZ | 48.68 | 36.5 | 6.86 | - |
| YUV | 155.8 | 64.91 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 128 | 44 | 0 | 0.49 | 0.83 | 0.01 | 24.11 | 0.98 | 0.58 |
| Hex | FD | 80 | 2C | 0 | 31 | 53 | 1 | 18 | 62 | 3A |
| Octal | 375 | 200 | 54 | 0 | 61 | 123 | 1 | 30 | 142 | 72 |
| Binary | 11111101 | 10000000 | 101100 | 0 | 110001 | 1010011 | 1 | 11000 | 1100010 | 111010 |
Color Harmonies of #FD802C
Complementary color
Monochromatic Colors of #FD802C
Black with #FD802C
Text Example
Text Example
White with #FD802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD802C; }
p { color: rgb(253,128,44); }
H1.HeaderClassName
{
color: #FD802C;
}
.AnyTagClassName
{
color: #FD802C;
}
</style>
background-color css
<style>
a { background-color: #FD802C; }
a { background-color: rgb(253,128,44); }
div.DivClassName
{
background-color: #FD802C;
}
.BgClassName
{
background-color: #FD802C;
}
</style>
border-color css
<style>
span { border-color: #FD802C; }
span { border-color: rgb(253,128,44); }
td.TdClassName
{
border-color: #FD802C;
}
.TagClassName
{
border-color: #FD802C;
}
</style>