Shades of Burnt Orange #FE7427
Tints of Burnt Orange #FE7427
RGB
CMYK
RGB Variations
Color information
#FE7427 (or 0xFE7427) is known color: Burnt Orange. HEX triplet: FE, 74 and 27. RGB value is (254,116,39). Sum of RGB (Red+Green+Blue) = 254+116+39=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7427 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7427 is #018BD8. Grayscale: #949494. Windows color (decimal): -101337 or 2585854. OLE color: 2585854.
HSL color Cylindrical-coordinate representation of color #FE7427: hue angle of 21.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE7427 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 39 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.00 |
| HSL | 21.49º | 0.99% | 0.57% | - |
| HSV(B) | 21.49º | 0.85% | 1% | - |
| XYZ | 47.48 | 33.71 | 5.92 | - |
| YUV | 148.48 | 66.22 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 39 | 0 | 0.54 | 0.85 | 0.00 | 21.49 | 0.99 | 0.57 |
| Hex | FE | 74 | 27 | 0 | 36 | 55 | 0 | 15 | 63 | 39 |
| Octal | 376 | 164 | 47 | 0 | 66 | 125 | 0 | 25 | 143 | 71 |
| Binary | 11111110 | 1110100 | 100111 | 0 | 110110 | 1010101 | 0 | 10101 | 1100011 | 111001 |
Color Harmonies of #FE7427
Complementary color
Monochromatic Colors of #FE7427
Black with #FE7427
Text Example
Text Example
White with #FE7427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7427; }
p { color: rgb(254,116,39); }
H1.HeaderClassName
{
color: #FE7427;
}
.AnyTagClassName
{
color: #FE7427;
}
</style>
background-color css
<style>
a { background-color: #FE7427; }
a { background-color: rgb(254,116,39); }
div.DivClassName
{
background-color: #FE7427;
}
.BgClassName
{
background-color: #FE7427;
}
</style>
border-color css
<style>
span { border-color: #FE7427; }
span { border-color: rgb(254,116,39); }
td.TdClassName
{
border-color: #FE7427;
}
.TagClassName
{
border-color: #FE7427;
}
</style>