Shades of Burnt Orange #FE752C
Tints of Burnt Orange #FE752C
RGB
CMYK
RGB Variations
Color information
#FE752C (or 0xFE752C) is known color: Burnt Orange. HEX triplet: FE, 75 and 2C. RGB value is (254,117,44). Sum of RGB (Red+Green+Blue) = 254+117+44=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE752C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE752C is #018AD3. Grayscale: #969696. Windows color (decimal): -101076 or 2913790. OLE color: 2913790.
HSL color Cylindrical-coordinate representation of color #FE752C: hue angle of 20.86º 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 #FE752C is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 44 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.00 |
| HSL | 20.86º | 0.99% | 0.58% | - |
| HSV(B) | 20.86º | 0.83% | 1% | - |
| XYZ | 47.69 | 33.98 | 6.43 | - |
| YUV | 149.64 | 68.39 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 44 | 0 | 0.54 | 0.83 | 0.00 | 20.86 | 0.99 | 0.58 |
| Hex | FE | 75 | 2C | 0 | 36 | 53 | 0 | 15 | 63 | 3A |
| Octal | 376 | 165 | 54 | 0 | 66 | 123 | 0 | 25 | 143 | 72 |
| Binary | 11111110 | 1110101 | 101100 | 0 | 110110 | 1010011 | 0 | 10101 | 1100011 | 111010 |
Color Harmonies of #FE752C
Complementary color
Monochromatic Colors of #FE752C
Black with #FE752C
Text Example
Text Example
White with #FE752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE752C; }
p { color: rgb(254,117,44); }
H1.HeaderClassName
{
color: #FE752C;
}
.AnyTagClassName
{
color: #FE752C;
}
</style>
background-color css
<style>
a { background-color: #FE752C; }
a { background-color: rgb(254,117,44); }
div.DivClassName
{
background-color: #FE752C;
}
.BgClassName
{
background-color: #FE752C;
}
</style>
border-color css
<style>
span { border-color: #FE752C; }
span { border-color: rgb(254,117,44); }
td.TdClassName
{
border-color: #FE752C;
}
.TagClassName
{
border-color: #FE752C;
}
</style>