Shades of Burnt Orange #FE7730
Tints of Burnt Orange #FE7730
RGB
CMYK
RGB Variations
Color information
#FE7730 (or 0xFE7730) is known color: Burnt Orange. HEX triplet: FE, 77 and 30. RGB value is (254,119,48). Sum of RGB (Red+Green+Blue) = 254+119+48=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7730 is #0188CF. Grayscale: #979797. Windows color (decimal): -100560 or 3176446. OLE color: 3176446.
HSL color Cylindrical-coordinate representation of color #FE7730: hue angle of 20.68º 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 #FE7730 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 48 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.00 |
| HSL | 20.68º | 0.99% | 0.59% | - |
| HSV(B) | 20.68º | 0.81% | 1% | - |
| XYZ | 48 | 34.48 | 6.92 | - |
| YUV | 151.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 48 | 0 | 0.53 | 0.81 | 0.00 | 20.68 | 0.99 | 0.59 |
| Hex | FE | 77 | 30 | 0 | 35 | 51 | 0 | 15 | 63 | 3B |
| Octal | 376 | 167 | 60 | 0 | 65 | 121 | 0 | 25 | 143 | 73 |
| Binary | 11111110 | 1110111 | 110000 | 0 | 110101 | 1010001 | 0 | 10101 | 1100011 | 111011 |
Color Harmonies of #FE7730
Complementary color
Monochromatic Colors of #FE7730
Black with #FE7730
Text Example
Text Example
White with #FE7730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7730; }
p { color: rgb(254,119,48); }
H1.HeaderClassName
{
color: #FE7730;
}
.AnyTagClassName
{
color: #FE7730;
}
</style>
background-color css
<style>
a { background-color: #FE7730; }
a { background-color: rgb(254,119,48); }
div.DivClassName
{
background-color: #FE7730;
}
.BgClassName
{
background-color: #FE7730;
}
</style>
border-color css
<style>
span { border-color: #FE7730; }
span { border-color: rgb(254,119,48); }
td.TdClassName
{
border-color: #FE7730;
}
.TagClassName
{
border-color: #FE7730;
}
</style>