Shades of Burnt Orange #FE752A
Tints of Burnt Orange #FE752A
RGB
CMYK
RGB Variations
Color information
#FE752A (or 0xFE752A) is known color: Burnt Orange. HEX triplet: FE, 75 and 2A. RGB value is (254,117,42). Sum of RGB (Red+Green+Blue) = 254+117+42=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE752A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE752A is #018AD5. Grayscale: #959595. Windows color (decimal): -101078 or 2782718. OLE color: 2782718.
HSL color Cylindrical-coordinate representation of color #FE752A: hue angle of 21.23º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE752A is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 42 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.00 |
| HSL | 21.23º | 0.99% | 0.58% | - |
| HSV(B) | 21.23º | 0.83% | 1% | - |
| XYZ | 47.65 | 33.96 | 6.23 | - |
| YUV | 149.41 | 67.39 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 42 | 0 | 0.54 | 0.83 | 0.00 | 21.23 | 0.99 | 0.58 |
| Hex | FE | 75 | 2A | 0 | 36 | 53 | 0 | 15 | 63 | 3A |
| Octal | 376 | 165 | 52 | 0 | 66 | 123 | 0 | 25 | 143 | 72 |
| Binary | 11111110 | 1110101 | 101010 | 0 | 110110 | 1010011 | 0 | 10101 | 1100011 | 111010 |
Color Harmonies of #FE752A
Complementary color
Monochromatic Colors of #FE752A
Black with #FE752A
Text Example
Text Example
White with #FE752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE752A; }
p { color: rgb(254,117,42); }
H1.HeaderClassName
{
color: #FE752A;
}
.AnyTagClassName
{
color: #FE752A;
}
</style>
background-color css
<style>
a { background-color: #FE752A; }
a { background-color: rgb(254,117,42); }
div.DivClassName
{
background-color: #FE752A;
}
.BgClassName
{
background-color: #FE752A;
}
</style>
border-color css
<style>
span { border-color: #FE752A; }
span { border-color: rgb(254,117,42); }
td.TdClassName
{
border-color: #FE752A;
}
.TagClassName
{
border-color: #FE752A;
}
</style>