Shades of Burnt Orange #FE762F
Tints of Burnt Orange #FE762F
RGB
CMYK
RGB Variations
Color information
#FE762F (or 0xFE762F) is known color: Burnt Orange. HEX triplet: FE, 76 and 2F. RGB value is (254,118,47). Sum of RGB (Red+Green+Blue) = 254+118+47=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE762F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE762F is #0189D0. Grayscale: #969696. Windows color (decimal): -100817 or 3110654. OLE color: 3110654.
HSL color Cylindrical-coordinate representation of color #FE762F: hue angle of 20.58º 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 #FE762F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 47 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.00 |
| HSL | 20.58º | 0.99% | 0.59% | - |
| HSV(B) | 20.58º | 0.81% | 1% | - |
| XYZ | 47.86 | 34.23 | 6.77 | - |
| YUV | 150.57 | 69.56 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 47 | 0 | 0.54 | 0.81 | 0.00 | 20.58 | 0.99 | 0.59 |
| Hex | FE | 76 | 2F | 0 | 36 | 51 | 0 | 15 | 63 | 3B |
| Octal | 376 | 166 | 57 | 0 | 66 | 121 | 0 | 25 | 143 | 73 |
| Binary | 11111110 | 1110110 | 101111 | 0 | 110110 | 1010001 | 0 | 10101 | 1100011 | 111011 |
Color Harmonies of #FE762F
Complementary color
Monochromatic Colors of #FE762F
Black with #FE762F
Text Example
Text Example
White with #FE762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE762F; }
p { color: rgb(254,118,47); }
H1.HeaderClassName
{
color: #FE762F;
}
.AnyTagClassName
{
color: #FE762F;
}
</style>
background-color css
<style>
a { background-color: #FE762F; }
a { background-color: rgb(254,118,47); }
div.DivClassName
{
background-color: #FE762F;
}
.BgClassName
{
background-color: #FE762F;
}
</style>
border-color css
<style>
span { border-color: #FE762F; }
span { border-color: rgb(254,118,47); }
td.TdClassName
{
border-color: #FE762F;
}
.TagClassName
{
border-color: #FE762F;
}
</style>