Shades of Burnt Orange #FF7229
Tints of Burnt Orange #FF7229
RGB
CMYK
RGB Variations
Color information
#FF7229 (or 0xFF7229) is known color: Burnt Orange. HEX triplet: FF, 72 and 29. RGB value is (255,114,41). Sum of RGB (Red+Green+Blue) = 255+114+41=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7229 is #008DD6. Grayscale: #949494. Windows color (decimal): -36311 or 2716415. OLE color: 2716415.
HSL color Cylindrical-coordinate representation of color #FF7229: hue angle of 20.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF7229 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 41 | - |
| CMYK | 0 | 0.55 | 0.84 | 0 |
| HSL | 20.47º | 1% | 0.58% | - |
| HSV(B) | 20.47º | 0.84% | 1% | - |
| XYZ | 47.66 | 33.45 | 6.04 | - |
| YUV | 147.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 41 | 0 | 0.55 | 0.84 | 0 | 20.47 | 1 | 0.58 |
| Hex | FF | 72 | 29 | 0 | 37 | 54 | 0 | 14 | 64 | 3A |
| Octal | 377 | 162 | 51 | 0 | 67 | 124 | 0 | 24 | 144 | 72 |
| Binary | 11111111 | 1110010 | 101001 | 0 | 110111 | 1010100 | 0 | 10100 | 1100100 | 111010 |
Color Harmonies of #FF7229
Complementary color
Monochromatic Colors of #FF7229
Black with #FF7229
Text Example
Text Example
White with #FF7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7229; }
p { color: rgb(255,114,41); }
H1.HeaderClassName
{
color: #FF7229;
}
.AnyTagClassName
{
color: #FF7229;
}
</style>
background-color css
<style>
a { background-color: #FF7229; }
a { background-color: rgb(255,114,41); }
div.DivClassName
{
background-color: #FF7229;
}
.BgClassName
{
background-color: #FF7229;
}
</style>
border-color css
<style>
span { border-color: #FF7229; }
span { border-color: rgb(255,114,41); }
td.TdClassName
{
border-color: #FF7229;
}
.TagClassName
{
border-color: #FF7229;
}
</style>