Shades of Burnt Orange #FE7630
Tints of Burnt Orange #FE7630
RGB
CMYK
RGB Variations
Color information
#FE7630 (or 0xFE7630) is known color: Burnt Orange. HEX triplet: FE, 76 and 30. RGB value is (254,118,48). Sum of RGB (Red+Green+Blue) = 254+118+48=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7630 is #0189CF. Grayscale: #979797. Windows color (decimal): -100816 or 3176190. OLE color: 3176190.
HSL color Cylindrical-coordinate representation of color #FE7630: hue angle of 20.39º 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 #FE7630 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 48 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.00 |
| HSL | 20.39º | 0.99% | 0.59% | - |
| HSV(B) | 20.39º | 0.81% | 1% | - |
| XYZ | 47.88 | 34.24 | 6.88 | - |
| YUV | 150.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 48 | 0 | 0.54 | 0.81 | 0.00 | 20.39 | 0.99 | 0.59 |
| Hex | FE | 76 | 30 | 0 | 36 | 51 | 0 | 14 | 63 | 3B |
| Octal | 376 | 166 | 60 | 0 | 66 | 121 | 0 | 24 | 143 | 73 |
| Binary | 11111110 | 1110110 | 110000 | 0 | 110110 | 1010001 | 0 | 10100 | 1100011 | 111011 |
Color Harmonies of #FE7630
Complementary color
Monochromatic Colors of #FE7630
Black with #FE7630
Text Example
Text Example
White with #FE7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7630; }
p { color: rgb(254,118,48); }
H1.HeaderClassName
{
color: #FE7630;
}
.AnyTagClassName
{
color: #FE7630;
}
</style>
background-color css
<style>
a { background-color: #FE7630; }
a { background-color: rgb(254,118,48); }
div.DivClassName
{
background-color: #FE7630;
}
.BgClassName
{
background-color: #FE7630;
}
</style>
border-color css
<style>
span { border-color: #FE7630; }
span { border-color: rgb(254,118,48); }
td.TdClassName
{
border-color: #FE7630;
}
.TagClassName
{
border-color: #FE7630;
}
</style>