Shades of Dark Orange #FE920B
Tints of Dark Orange #FE920B
RGB
CMYK
RGB Variations
Color information
#FE920B (or 0xFE920B) is known color: Dark Orange. HEX triplet: FE, 92 and 0B. RGB value is (254,146,11). Sum of RGB (Red+Green+Blue) = 254+146+11=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE920B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE920B is #016DF4. Grayscale: #A3A3A3. Windows color (decimal): -93685 or 758526. OLE color: 758526.
HSL color Cylindrical-coordinate representation of color #FE920B: hue angle of 33.33º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE920B is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 11 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.00 |
| HSL | 33.33º | 0.99% | 0.52% | - |
| HSV(B) | 33.33º | 0.96% | 1% | - |
| XYZ | 51.21 | 41.65 | 5.66 | - |
| YUV | 162.9 | 42.28 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 11 | 0 | 0.43 | 0.96 | 0.00 | 33.33 | 0.99 | 0.52 |
| Hex | FE | 92 | B | 0 | 2B | 60 | 0 | 21 | 63 | 34 |
| Octal | 376 | 222 | 13 | 0 | 53 | 140 | 0 | 41 | 143 | 64 |
| Binary | 11111110 | 10010010 | 1011 | 0 | 101011 | 1100000 | 0 | 100001 | 1100011 | 110100 |
Color Harmonies of #FE920B
Complementary color
Monochromatic Colors of #FE920B
Black with #FE920B
Text Example
Text Example
White with #FE920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE920B; }
p { color: rgb(254,146,11); }
H1.HeaderClassName
{
color: #FE920B;
}
.AnyTagClassName
{
color: #FE920B;
}
</style>
background-color css
<style>
a { background-color: #FE920B; }
a { background-color: rgb(254,146,11); }
div.DivClassName
{
background-color: #FE920B;
}
.BgClassName
{
background-color: #FE920B;
}
</style>
border-color css
<style>
span { border-color: #FE920B; }
span { border-color: rgb(254,146,11); }
td.TdClassName
{
border-color: #FE920B;
}
.TagClassName
{
border-color: #FE920B;
}
</style>