Shades of Burnt Orange #FE772D
Tints of Burnt Orange #FE772D
RGB
CMYK
RGB Variations
Color information
#FE772D (or 0xFE772D) is known color: Burnt Orange. HEX triplet: FE, 77 and 2D. RGB value is (254,119,45). Sum of RGB (Red+Green+Blue) = 254+119+45=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE772D is #0188D2. Grayscale: #979797. Windows color (decimal): -100563 or 2979838. OLE color: 2979838.
HSL color Cylindrical-coordinate representation of color #FE772D: hue angle of 21.24º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE772D is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 45 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.00 |
| HSL | 21.24º | 0.99% | 0.59% | - |
| HSV(B) | 21.24º | 0.82% | 1% | - |
| XYZ | 47.94 | 34.45 | 6.61 | - |
| YUV | 150.93 | 68.23 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 45 | 0 | 0.53 | 0.82 | 0.00 | 21.24 | 0.99 | 0.59 |
| Hex | FE | 77 | 2D | 0 | 35 | 52 | 0 | 15 | 63 | 3B |
| Octal | 376 | 167 | 55 | 0 | 65 | 122 | 0 | 25 | 143 | 73 |
| Binary | 11111110 | 1110111 | 101101 | 0 | 110101 | 1010010 | 0 | 10101 | 1100011 | 111011 |
Color Harmonies of #FE772D
Complementary color
Monochromatic Colors of #FE772D
Black with #FE772D
Text Example
Text Example
White with #FE772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE772D; }
p { color: rgb(254,119,45); }
H1.HeaderClassName
{
color: #FE772D;
}
.AnyTagClassName
{
color: #FE772D;
}
</style>
background-color css
<style>
a { background-color: #FE772D; }
a { background-color: rgb(254,119,45); }
div.DivClassName
{
background-color: #FE772D;
}
.BgClassName
{
background-color: #FE772D;
}
</style>
border-color css
<style>
span { border-color: #FE772D; }
span { border-color: rgb(254,119,45); }
td.TdClassName
{
border-color: #FE772D;
}
.TagClassName
{
border-color: #FE772D;
}
</style>