Shades of Burnt Orange #FE6627
Tints of Burnt Orange #FE6627
RGB
CMYK
RGB Variations
Color information
#FE6627 (or 0xFE6627) is known color: Burnt Orange. HEX triplet: FE, 66 and 27. RGB value is (254,102,39). Sum of RGB (Red+Green+Blue) = 254+102+39=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6627 is #0199D8. Grayscale: #8C8C8C. Windows color (decimal): -104921 or 2582270. OLE color: 2582270.
HSL color Cylindrical-coordinate representation of color #FE6627: hue angle of 17.58º 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 #FE6627 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 39 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.00 |
| HSL | 17.58º | 0.99% | 0.57% | - |
| HSV(B) | 17.58º | 0.85% | 1% | - |
| XYZ | 45.99 | 30.72 | 5.43 | - |
| YUV | 140.27 | 70.86 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 39 | 0 | 0.60 | 0.85 | 0.00 | 17.58 | 0.99 | 0.57 |
| Hex | FE | 66 | 27 | 0 | 3C | 55 | 0 | 12 | 63 | 39 |
| Octal | 376 | 146 | 47 | 0 | 74 | 125 | 0 | 22 | 143 | 71 |
| Binary | 11111110 | 1100110 | 100111 | 0 | 111100 | 1010101 | 0 | 10010 | 1100011 | 111001 |
Color Harmonies of #FE6627
Complementary color
Monochromatic Colors of #FE6627
Black with #FE6627
Text Example
Text Example
White with #FE6627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6627; }
p { color: rgb(254,102,39); }
H1.HeaderClassName
{
color: #FE6627;
}
.AnyTagClassName
{
color: #FE6627;
}
</style>
background-color css
<style>
a { background-color: #FE6627; }
a { background-color: rgb(254,102,39); }
div.DivClassName
{
background-color: #FE6627;
}
.BgClassName
{
background-color: #FE6627;
}
</style>
border-color css
<style>
span { border-color: #FE6627; }
span { border-color: rgb(254,102,39); }
td.TdClassName
{
border-color: #FE6627;
}
.TagClassName
{
border-color: #FE6627;
}
</style>