Shades of Burnt Orange #FE7728
Tints of Burnt Orange #FE7728
RGB
CMYK
RGB Variations
Color information
#FE7728 (or 0xFE7728) is known color: Burnt Orange. HEX triplet: FE, 77 and 28. RGB value is (254,119,40). Sum of RGB (Red+Green+Blue) = 254+119+40=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7728 is #0188D7. Grayscale: #969696. Windows color (decimal): -100568 or 2652158. OLE color: 2652158.
HSL color Cylindrical-coordinate representation of color #FE7728: hue angle of 22.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE7728 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 40 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.00 |
| HSL | 22.15º | 0.99% | 0.58% | - |
| HSV(B) | 22.15º | 0.84% | 1% | - |
| XYZ | 47.85 | 34.42 | 6.13 | - |
| YUV | 150.36 | 65.73 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 40 | 0 | 0.53 | 0.84 | 0.00 | 22.15 | 0.99 | 0.58 |
| Hex | FE | 77 | 28 | 0 | 35 | 54 | 0 | 16 | 63 | 3A |
| Octal | 376 | 167 | 50 | 0 | 65 | 124 | 0 | 26 | 143 | 72 |
| Binary | 11111110 | 1110111 | 101000 | 0 | 110101 | 1010100 | 0 | 10110 | 1100011 | 111010 |
Color Harmonies of #FE7728
Complementary color
Monochromatic Colors of #FE7728
Black with #FE7728
Text Example
Text Example
White with #FE7728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7728; }
p { color: rgb(254,119,40); }
H1.HeaderClassName
{
color: #FE7728;
}
.AnyTagClassName
{
color: #FE7728;
}
</style>
background-color css
<style>
a { background-color: #FE7728; }
a { background-color: rgb(254,119,40); }
div.DivClassName
{
background-color: #FE7728;
}
.BgClassName
{
background-color: #FE7728;
}
</style>
border-color css
<style>
span { border-color: #FE7728; }
span { border-color: rgb(254,119,40); }
td.TdClassName
{
border-color: #FE7728;
}
.TagClassName
{
border-color: #FE7728;
}
</style>