Shades of Burnt Orange #FE753C
Tints of Burnt Orange #FE753C
RGB
CMYK
RGB Variations
Color information
#FE753C (or 0xFE753C) is known color: Burnt Orange. HEX triplet: FE, 75 and 3C. RGB value is (254,117,60). Sum of RGB (Red+Green+Blue) = 254+117+60=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE753C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE753C is #018AC3. Grayscale: #979797. Windows color (decimal): -101060 or 3962366. OLE color: 3962366.
HSL color Cylindrical-coordinate representation of color #FE753C: hue angle of 17.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE753C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 60 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.00 |
| HSL | 17.63º | 0.99% | 0.62% | - |
| HSV(B) | 17.63º | 0.76% | 1% | - |
| XYZ | 48.05 | 34.12 | 8.33 | - |
| YUV | 151.47 | 76.39 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 60 | 0 | 0.54 | 0.76 | 0.00 | 17.63 | 0.99 | 0.62 |
| Hex | FE | 75 | 3C | 0 | 36 | 4C | 0 | 12 | 63 | 3E |
| Octal | 376 | 165 | 74 | 0 | 66 | 114 | 0 | 22 | 143 | 76 |
| Binary | 11111110 | 1110101 | 111100 | 0 | 110110 | 1001100 | 0 | 10010 | 1100011 | 111110 |
Color Harmonies of #FE753C
Complementary color
Monochromatic Colors of #FE753C
Black with #FE753C
Text Example
Text Example
White with #FE753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE753C; }
p { color: rgb(254,117,60); }
H1.HeaderClassName
{
color: #FE753C;
}
.AnyTagClassName
{
color: #FE753C;
}
</style>
background-color css
<style>
a { background-color: #FE753C; }
a { background-color: rgb(254,117,60); }
div.DivClassName
{
background-color: #FE753C;
}
.BgClassName
{
background-color: #FE753C;
}
</style>
border-color css
<style>
span { border-color: #FE753C; }
span { border-color: rgb(254,117,60); }
td.TdClassName
{
border-color: #FE753C;
}
.TagClassName
{
border-color: #FE753C;
}
</style>