Shades of Burnt Orange #FE753A
Tints of Burnt Orange #FE753A
RGB
CMYK
RGB Variations
Color information
#FE753A (or 0xFE753A) is known color: Burnt Orange. HEX triplet: FE, 75 and 3A. RGB value is (254,117,58). Sum of RGB (Red+Green+Blue) = 254+117+58=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE753A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE753A is #018AC5. Grayscale: #979797. Windows color (decimal): -101062 or 3831294. OLE color: 3831294.
HSL color Cylindrical-coordinate representation of color #FE753A: hue angle of 18.06º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE753A is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 58 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.00 |
| HSL | 18.06º | 0.99% | 0.61% | - |
| HSV(B) | 18.06º | 0.77% | 1% | - |
| XYZ | 48 | 34.1 | 8.05 | - |
| YUV | 151.24 | 75.39 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 58 | 0 | 0.54 | 0.77 | 0.00 | 18.06 | 0.99 | 0.61 |
| Hex | FE | 75 | 3A | 0 | 36 | 4D | 0 | 12 | 63 | 3D |
| Octal | 376 | 165 | 72 | 0 | 66 | 115 | 0 | 22 | 143 | 75 |
| Binary | 11111110 | 1110101 | 111010 | 0 | 110110 | 1001101 | 0 | 10010 | 1100011 | 111101 |
Color Harmonies of #FE753A
Complementary color
Monochromatic Colors of #FE753A
Black with #FE753A
Text Example
Text Example
White with #FE753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE753A; }
p { color: rgb(254,117,58); }
H1.HeaderClassName
{
color: #FE753A;
}
.AnyTagClassName
{
color: #FE753A;
}
</style>
background-color css
<style>
a { background-color: #FE753A; }
a { background-color: rgb(254,117,58); }
div.DivClassName
{
background-color: #FE753A;
}
.BgClassName
{
background-color: #FE753A;
}
</style>
border-color css
<style>
span { border-color: #FE753A; }
span { border-color: rgb(254,117,58); }
td.TdClassName
{
border-color: #FE753A;
}
.TagClassName
{
border-color: #FE753A;
}
</style>