Shades of Burnt Orange #FE6527
Tints of Burnt Orange #FE6527
RGB
CMYK
RGB Variations
Color information
#FE6527 (or 0xFE6527) is known color: Burnt Orange. HEX triplet: FE, 65 and 27. RGB value is (254,101,39). Sum of RGB (Red+Green+Blue) = 254+101+39=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6527 is #019AD8. Grayscale: #8C8C8C. Windows color (decimal): -105177 or 2582014. OLE color: 2582014.
HSL color Cylindrical-coordinate representation of color #FE6527: hue angle of 17.3º 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 #FE6527 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 39 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.00 |
| HSL | 17.3º | 0.99% | 0.57% | - |
| HSV(B) | 17.3º | 0.85% | 1% | - |
| XYZ | 45.89 | 30.52 | 5.39 | - |
| YUV | 139.68 | 71.19 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 39 | 0 | 0.60 | 0.85 | 0.00 | 17.3 | 0.99 | 0.57 |
| Hex | FE | 65 | 27 | 0 | 3C | 55 | 0 | 11 | 63 | 39 |
| Octal | 376 | 145 | 47 | 0 | 74 | 125 | 0 | 21 | 143 | 71 |
| Binary | 11111110 | 1100101 | 100111 | 0 | 111100 | 1010101 | 0 | 10001 | 1100011 | 111001 |
Color Harmonies of #FE6527
Complementary color
Monochromatic Colors of #FE6527
Black with #FE6527
Text Example
Text Example
White with #FE6527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6527; }
p { color: rgb(254,101,39); }
H1.HeaderClassName
{
color: #FE6527;
}
.AnyTagClassName
{
color: #FE6527;
}
</style>
background-color css
<style>
a { background-color: #FE6527; }
a { background-color: rgb(254,101,39); }
div.DivClassName
{
background-color: #FE6527;
}
.BgClassName
{
background-color: #FE6527;
}
</style>
border-color css
<style>
span { border-color: #FE6527; }
span { border-color: rgb(254,101,39); }
td.TdClassName
{
border-color: #FE6527;
}
.TagClassName
{
border-color: #FE6527;
}
</style>