Shades of Burnt Orange #FE692D
Tints of Burnt Orange #FE692D
RGB
CMYK
RGB Variations
Color information
#FE692D (or 0xFE692D) is known color: Burnt Orange. HEX triplet: FE, 69 and 2D. RGB value is (254,105,45). Sum of RGB (Red+Green+Blue) = 254+105+45=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE692D is #0196D2. Grayscale: #8F8F8F. Windows color (decimal): -104147 or 2976254. OLE color: 2976254.
HSL color Cylindrical-coordinate representation of color #FE692D: hue angle of 17.22º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE692D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 45 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.00 |
| HSL | 17.22º | 0.99% | 0.59% | - |
| HSV(B) | 17.22º | 0.82% | 1% | - |
| XYZ | 46.4 | 31.36 | 6.09 | - |
| YUV | 142.71 | 72.86 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 45 | 0 | 0.59 | 0.82 | 0.00 | 17.22 | 0.99 | 0.59 |
| Hex | FE | 69 | 2D | 0 | 3B | 52 | 0 | 11 | 63 | 3B |
| Octal | 376 | 151 | 55 | 0 | 73 | 122 | 0 | 21 | 143 | 73 |
| Binary | 11111110 | 1101001 | 101101 | 0 | 111011 | 1010010 | 0 | 10001 | 1100011 | 111011 |
Color Harmonies of #FE692D
Complementary color
Monochromatic Colors of #FE692D
Black with #FE692D
Text Example
Text Example
White with #FE692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE692D; }
p { color: rgb(254,105,45); }
H1.HeaderClassName
{
color: #FE692D;
}
.AnyTagClassName
{
color: #FE692D;
}
</style>
background-color css
<style>
a { background-color: #FE692D; }
a { background-color: rgb(254,105,45); }
div.DivClassName
{
background-color: #FE692D;
}
.BgClassName
{
background-color: #FE692D;
}
</style>
border-color css
<style>
span { border-color: #FE692D; }
span { border-color: rgb(254,105,45); }
td.TdClassName
{
border-color: #FE692D;
}
.TagClassName
{
border-color: #FE692D;
}
</style>