Shades of Burnt Orange #FE752D
Tints of Burnt Orange #FE752D
RGB
CMYK
RGB Variations
Color information
#FE752D (or 0xFE752D) is known color: Burnt Orange. HEX triplet: FE, 75 and 2D. RGB value is (254,117,45). Sum of RGB (Red+Green+Blue) = 254+117+45=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE752D is #018AD2. Grayscale: #969696. Windows color (decimal): -101075 or 2979326. OLE color: 2979326.
HSL color Cylindrical-coordinate representation of color #FE752D: hue angle of 20.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE752D is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 45 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.00 |
| HSL | 20.67º | 0.99% | 0.59% | - |
| HSV(B) | 20.67º | 0.82% | 1% | - |
| XYZ | 47.71 | 33.98 | 6.53 | - |
| YUV | 149.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 45 | 0 | 0.54 | 0.82 | 0.00 | 20.67 | 0.99 | 0.59 |
| Hex | FE | 75 | 2D | 0 | 36 | 52 | 0 | 15 | 63 | 3B |
| Octal | 376 | 165 | 55 | 0 | 66 | 122 | 0 | 25 | 143 | 73 |
| Binary | 11111110 | 1110101 | 101101 | 0 | 110110 | 1010010 | 0 | 10101 | 1100011 | 111011 |
Color Harmonies of #FE752D
Complementary color
Monochromatic Colors of #FE752D
Black with #FE752D
Text Example
Text Example
White with #FE752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE752D; }
p { color: rgb(254,117,45); }
H1.HeaderClassName
{
color: #FE752D;
}
.AnyTagClassName
{
color: #FE752D;
}
</style>
background-color css
<style>
a { background-color: #FE752D; }
a { background-color: rgb(254,117,45); }
div.DivClassName
{
background-color: #FE752D;
}
.BgClassName
{
background-color: #FE752D;
}
</style>
border-color css
<style>
span { border-color: #FE752D; }
span { border-color: rgb(254,117,45); }
td.TdClassName
{
border-color: #FE752D;
}
.TagClassName
{
border-color: #FE752D;
}
</style>