Shades of Dark Orange #FE920E
Tints of Dark Orange #FE920E
RGB
CMYK
RGB Variations
Color information
#FE920E (or 0xFE920E) is known color: Dark Orange. HEX triplet: FE, 92 and 0E. RGB value is (254,146,14). Sum of RGB (Red+Green+Blue) = 254+146+14=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE920E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE920E is #016DF1. Grayscale: #A3A3A3. Windows color (decimal): -93682 or 955134. OLE color: 955134.
HSL color Cylindrical-coordinate representation of color #FE920E: hue angle of 33º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE920E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 14 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.00 |
| HSL | 33º | 0.99% | 0.53% | - |
| HSV(B) | 33º | 0.94% | 1% | - |
| XYZ | 51.23 | 41.66 | 5.76 | - |
| YUV | 163.24 | 43.78 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 14 | 0 | 0.43 | 0.94 | 0.00 | 33 | 0.99 | 0.53 |
| Hex | FE | 92 | E | 0 | 2B | 5E | 0 | 21 | 63 | 35 |
| Octal | 376 | 222 | 16 | 0 | 53 | 136 | 0 | 41 | 143 | 65 |
| Binary | 11111110 | 10010010 | 1110 | 0 | 101011 | 1011110 | 0 | 100001 | 1100011 | 110101 |
Color Harmonies of #FE920E
Complementary color
Monochromatic Colors of #FE920E
Black with #FE920E
Text Example
Text Example
White with #FE920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE920E; }
p { color: rgb(254,146,14); }
H1.HeaderClassName
{
color: #FE920E;
}
.AnyTagClassName
{
color: #FE920E;
}
</style>
background-color css
<style>
a { background-color: #FE920E; }
a { background-color: rgb(254,146,14); }
div.DivClassName
{
background-color: #FE920E;
}
.BgClassName
{
background-color: #FE920E;
}
</style>
border-color css
<style>
span { border-color: #FE920E; }
span { border-color: rgb(254,146,14); }
td.TdClassName
{
border-color: #FE920E;
}
.TagClassName
{
border-color: #FE920E;
}
</style>