Shades of Burnt Orange #FE762D
Tints of Burnt Orange #FE762D
RGB
CMYK
RGB Variations
Color information
#FE762D (or 0xFE762D) is known color: Burnt Orange. HEX triplet: FE, 76 and 2D. RGB value is (254,118,45). Sum of RGB (Red+Green+Blue) = 254+118+45=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE762D is #0189D2. Grayscale: #969696. Windows color (decimal): -100819 or 2979582. OLE color: 2979582.
HSL color Cylindrical-coordinate representation of color #FE762D: hue angle of 20.96º 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 #FE762D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.00 |
| HSL | 20.96º | 0.99% | 0.59% | - |
| HSV(B) | 20.96º | 0.82% | 1% | - |
| XYZ | 47.83 | 34.22 | 6.57 | - |
| YUV | 150.34 | 68.56 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 45 | 0 | 0.54 | 0.82 | 0.00 | 20.96 | 0.99 | 0.59 |
| Hex | FE | 76 | 2D | 0 | 36 | 52 | 0 | 15 | 63 | 3B |
| Octal | 376 | 166 | 55 | 0 | 66 | 122 | 0 | 25 | 143 | 73 |
| Binary | 11111110 | 1110110 | 101101 | 0 | 110110 | 1010010 | 0 | 10101 | 1100011 | 111011 |
Color Harmonies of #FE762D
Complementary color
Monochromatic Colors of #FE762D
Black with #FE762D
Text Example
Text Example
White with #FE762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE762D; }
p { color: rgb(254,118,45); }
H1.HeaderClassName
{
color: #FE762D;
}
.AnyTagClassName
{
color: #FE762D;
}
</style>
background-color css
<style>
a { background-color: #FE762D; }
a { background-color: rgb(254,118,45); }
div.DivClassName
{
background-color: #FE762D;
}
.BgClassName
{
background-color: #FE762D;
}
</style>
border-color css
<style>
span { border-color: #FE762D; }
span { border-color: rgb(254,118,45); }
td.TdClassName
{
border-color: #FE762D;
}
.TagClassName
{
border-color: #FE762D;
}
</style>