Shades of Burnt Orange #FE752B
Tints of Burnt Orange #FE752B
RGB
CMYK
RGB Variations
Color information
#FE752B (or 0xFE752B) is known color: Burnt Orange. HEX triplet: FE, 75 and 2B. RGB value is (254,117,43). Sum of RGB (Red+Green+Blue) = 254+117+43=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE752B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE752B is #018AD4. Grayscale: #959595. Windows color (decimal): -101077 or 2848254. OLE color: 2848254.
HSL color Cylindrical-coordinate representation of color #FE752B: hue angle of 21.04º 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 #FE752B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 43 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.00 |
| HSL | 21.04º | 0.99% | 0.58% | - |
| HSV(B) | 21.04º | 0.83% | 1% | - |
| XYZ | 47.67 | 33.97 | 6.33 | - |
| YUV | 149.53 | 67.89 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 43 | 0 | 0.54 | 0.83 | 0.00 | 21.04 | 0.99 | 0.58 |
| Hex | FE | 75 | 2B | 0 | 36 | 53 | 0 | 15 | 63 | 3A |
| Octal | 376 | 165 | 53 | 0 | 66 | 123 | 0 | 25 | 143 | 72 |
| Binary | 11111110 | 1110101 | 101011 | 0 | 110110 | 1010011 | 0 | 10101 | 1100011 | 111010 |
Color Harmonies of #FE752B
Complementary color
Monochromatic Colors of #FE752B
Black with #FE752B
Text Example
Text Example
White with #FE752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE752B; }
p { color: rgb(254,117,43); }
H1.HeaderClassName
{
color: #FE752B;
}
.AnyTagClassName
{
color: #FE752B;
}
</style>
background-color css
<style>
a { background-color: #FE752B; }
a { background-color: rgb(254,117,43); }
div.DivClassName
{
background-color: #FE752B;
}
.BgClassName
{
background-color: #FE752B;
}
</style>
border-color css
<style>
span { border-color: #FE752B; }
span { border-color: rgb(254,117,43); }
td.TdClassName
{
border-color: #FE752B;
}
.TagClassName
{
border-color: #FE752B;
}
</style>