Shades of Burnt Orange #FE743C
Tints of Burnt Orange #FE743C
RGB
CMYK
RGB Variations
Color information
#FE743C (or 0xFE743C) is known color: Burnt Orange. HEX triplet: FE, 74 and 3C. RGB value is (254,116,60). Sum of RGB (Red+Green+Blue) = 254+116+60=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE743C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE743C is #018BC3. Grayscale: #979797. Windows color (decimal): -101316 or 3962110. OLE color: 3962110.
HSL color Cylindrical-coordinate representation of color #FE743C: hue angle of 17.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE743C is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 60 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.00 |
| HSL | 17.32º | 0.99% | 0.62% | - |
| HSV(B) | 17.32º | 0.76% | 1% | - |
| XYZ | 47.93 | 33.89 | 8.29 | - |
| YUV | 150.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 60 | 0 | 0.54 | 0.76 | 0.00 | 17.32 | 0.99 | 0.62 |
| Hex | FE | 74 | 3C | 0 | 36 | 4C | 0 | 11 | 63 | 3E |
| Octal | 376 | 164 | 74 | 0 | 66 | 114 | 0 | 21 | 143 | 76 |
| Binary | 11111110 | 1110100 | 111100 | 0 | 110110 | 1001100 | 0 | 10001 | 1100011 | 111110 |
Color Harmonies of #FE743C
Complementary color
Monochromatic Colors of #FE743C
Black with #FE743C
Text Example
Text Example
White with #FE743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE743C; }
p { color: rgb(254,116,60); }
H1.HeaderClassName
{
color: #FE743C;
}
.AnyTagClassName
{
color: #FE743C;
}
</style>
background-color css
<style>
a { background-color: #FE743C; }
a { background-color: rgb(254,116,60); }
div.DivClassName
{
background-color: #FE743C;
}
.BgClassName
{
background-color: #FE743C;
}
</style>
border-color css
<style>
span { border-color: #FE743C; }
span { border-color: rgb(254,116,60); }
td.TdClassName
{
border-color: #FE743C;
}
.TagClassName
{
border-color: #FE743C;
}
</style>