Shades of Burnt Orange #FF802D
Tints of Burnt Orange #FF802D
RGB
CMYK
RGB Variations
Color information
#FF802D (or 0xFF802D) is known color: Burnt Orange. HEX triplet: FF, 80 and 2D. RGB value is (255,128,45). Sum of RGB (Red+Green+Blue) = 255+128+45=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF802D is #007FD2. Grayscale: #9C9C9C. Windows color (decimal): -32723 or 2982143. OLE color: 2982143.
HSL color Cylindrical-coordinate representation of color #FF802D: hue angle of 23.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF802D is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 45 | - |
| CMYK | 0 | 0.50 | 0.82 | 0 |
| HSL | 23.71º | 1% | 0.59% | - |
| HSV(B) | 23.71º | 0.82% | 1% | - |
| XYZ | 49.43 | 36.89 | 7 | - |
| YUV | 156.51 | 65.08 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 45 | 0 | 0.50 | 0.82 | 0 | 23.71 | 1 | 0.59 |
| Hex | FF | 80 | 2D | 0 | 32 | 52 | 0 | 18 | 64 | 3B |
| Octal | 377 | 200 | 55 | 0 | 62 | 122 | 0 | 30 | 144 | 73 |
| Binary | 11111111 | 10000000 | 101101 | 0 | 110010 | 1010010 | 0 | 11000 | 1100100 | 111011 |
Color Harmonies of #FF802D
Complementary color
Monochromatic Colors of #FF802D
Black with #FF802D
Text Example
Text Example
White with #FF802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF802D; }
p { color: rgb(255,128,45); }
H1.HeaderClassName
{
color: #FF802D;
}
.AnyTagClassName
{
color: #FF802D;
}
</style>
background-color css
<style>
a { background-color: #FF802D; }
a { background-color: rgb(255,128,45); }
div.DivClassName
{
background-color: #FF802D;
}
.BgClassName
{
background-color: #FF802D;
}
</style>
border-color css
<style>
span { border-color: #FF802D; }
span { border-color: rgb(255,128,45); }
td.TdClassName
{
border-color: #FF802D;
}
.TagClassName
{
border-color: #FF802D;
}
</style>