Shades of Dark Orange #FE8C0B
Tints of Dark Orange #FE8C0B
RGB
CMYK
RGB Variations
Color information
#FE8C0B (or 0xFE8C0B) is known color: Dark Orange. HEX triplet: FE, 8C and 0B. RGB value is (254,140,11). Sum of RGB (Red+Green+Blue) = 254+140+11=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8C0B is #0173F4. Grayscale: #A0A0A0. Windows color (decimal): -95221 or 756990. OLE color: 756990.
HSL color Cylindrical-coordinate representation of color #FE8C0B: hue angle of 31.85º 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 #FE8C0B is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 11 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.00 |
| HSL | 31.85º | 0.99% | 0.52% | - |
| HSV(B) | 31.85º | 0.96% | 1% | - |
| XYZ | 50.31 | 39.85 | 5.36 | - |
| YUV | 159.38 | 44.27 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 11 | 0 | 0.45 | 0.96 | 0.00 | 31.85 | 0.99 | 0.52 |
| Hex | FE | 8C | B | 0 | 2D | 60 | 0 | 20 | 63 | 34 |
| Octal | 376 | 214 | 13 | 0 | 55 | 140 | 0 | 40 | 143 | 64 |
| Binary | 11111110 | 10001100 | 1011 | 0 | 101101 | 1100000 | 0 | 100000 | 1100011 | 110100 |
Color Harmonies of #FE8C0B
Complementary color
Monochromatic Colors of #FE8C0B
Black with #FE8C0B
Text Example
Text Example
White with #FE8C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C0B; }
p { color: rgb(254,140,11); }
H1.HeaderClassName
{
color: #FE8C0B;
}
.AnyTagClassName
{
color: #FE8C0B;
}
</style>
background-color css
<style>
a { background-color: #FE8C0B; }
a { background-color: rgb(254,140,11); }
div.DivClassName
{
background-color: #FE8C0B;
}
.BgClassName
{
background-color: #FE8C0B;
}
</style>
border-color css
<style>
span { border-color: #FE8C0B; }
span { border-color: rgb(254,140,11); }
td.TdClassName
{
border-color: #FE8C0B;
}
.TagClassName
{
border-color: #FE8C0B;
}
</style>