Shades of Burnt Orange #FE752F
Tints of Burnt Orange #FE752F
RGB
CMYK
RGB Variations
Color information
#FE752F (or 0xFE752F) is known color: Burnt Orange. HEX triplet: FE, 75 and 2F. RGB value is (254,117,47). Sum of RGB (Red+Green+Blue) = 254+117+47=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE752F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE752F is #018AD0. Grayscale: #969696. Windows color (decimal): -101073 or 3110398. OLE color: 3110398.
HSL color Cylindrical-coordinate representation of color #FE752F: hue angle of 20.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE752F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 47 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.00 |
| HSL | 20.29º | 0.99% | 0.59% | - |
| HSV(B) | 20.29º | 0.81% | 1% | - |
| XYZ | 47.75 | 34 | 6.74 | - |
| YUV | 149.98 | 69.89 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 47 | 0 | 0.54 | 0.81 | 0.00 | 20.29 | 0.99 | 0.59 |
| Hex | FE | 75 | 2F | 0 | 36 | 51 | 0 | 14 | 63 | 3B |
| Octal | 376 | 165 | 57 | 0 | 66 | 121 | 0 | 24 | 143 | 73 |
| Binary | 11111110 | 1110101 | 101111 | 0 | 110110 | 1010001 | 0 | 10100 | 1100011 | 111011 |
Color Harmonies of #FE752F
Complementary color
Monochromatic Colors of #FE752F
Black with #FE752F
Text Example
Text Example
White with #FE752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE752F; }
p { color: rgb(254,117,47); }
H1.HeaderClassName
{
color: #FE752F;
}
.AnyTagClassName
{
color: #FE752F;
}
</style>
background-color css
<style>
a { background-color: #FE752F; }
a { background-color: rgb(254,117,47); }
div.DivClassName
{
background-color: #FE752F;
}
.BgClassName
{
background-color: #FE752F;
}
</style>
border-color css
<style>
span { border-color: #FE752F; }
span { border-color: rgb(254,117,47); }
td.TdClassName
{
border-color: #FE752F;
}
.TagClassName
{
border-color: #FE752F;
}
</style>