Shades of Burnt Orange #FE772F
Tints of Burnt Orange #FE772F
RGB
CMYK
RGB Variations
Color information
#FE772F (or 0xFE772F) is known color: Burnt Orange. HEX triplet: FE, 77 and 2F. RGB value is (254,119,47). Sum of RGB (Red+Green+Blue) = 254+119+47=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE772F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE772F is #0188D0. Grayscale: #979797. Windows color (decimal): -100561 or 3110910. OLE color: 3110910.
HSL color Cylindrical-coordinate representation of color #FE772F: hue angle of 20.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE772F is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 47 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.00 |
| HSL | 20.87º | 0.99% | 0.59% | - |
| HSV(B) | 20.87º | 0.81% | 1% | - |
| XYZ | 47.98 | 34.47 | 6.81 | - |
| YUV | 151.16 | 69.23 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 47 | 0 | 0.53 | 0.81 | 0.00 | 20.87 | 0.99 | 0.59 |
| Hex | FE | 77 | 2F | 0 | 35 | 51 | 0 | 15 | 63 | 3B |
| Octal | 376 | 167 | 57 | 0 | 65 | 121 | 0 | 25 | 143 | 73 |
| Binary | 11111110 | 1110111 | 101111 | 0 | 110101 | 1010001 | 0 | 10101 | 1100011 | 111011 |
Color Harmonies of #FE772F
Complementary color
Monochromatic Colors of #FE772F
Black with #FE772F
Text Example
Text Example
White with #FE772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE772F; }
p { color: rgb(254,119,47); }
H1.HeaderClassName
{
color: #FE772F;
}
.AnyTagClassName
{
color: #FE772F;
}
</style>
background-color css
<style>
a { background-color: #FE772F; }
a { background-color: rgb(254,119,47); }
div.DivClassName
{
background-color: #FE772F;
}
.BgClassName
{
background-color: #FE772F;
}
</style>
border-color css
<style>
span { border-color: #FE772F; }
span { border-color: rgb(254,119,47); }
td.TdClassName
{
border-color: #FE772F;
}
.TagClassName
{
border-color: #FE772F;
}
</style>