Shades of Dark Orange #FE8C04
Tints of Dark Orange #FE8C04
RGB
CMYK
RGB Variations
Color information
#FE8C04 (or 0xFE8C04) is known color: Dark Orange. HEX triplet: FE, 8C and 04. RGB value is (254,140,4). Sum of RGB (Red+Green+Blue) = 254+140+4=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8C04 is #0173FB. Grayscale: #9F9F9F. Windows color (decimal): -95228 or 298238. OLE color: 298238.
HSL color Cylindrical-coordinate representation of color #FE8C04: hue angle of 32.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE8C04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.00 |
| HSL | 32.64º | 0.99% | 0.51% | - |
| HSV(B) | 32.64º | 0.98% | 1% | - |
| XYZ | 50.27 | 39.84 | 5.15 | - |
| YUV | 158.58 | 40.77 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 4 | 0 | 0.45 | 0.98 | 0.00 | 32.64 | 0.99 | 0.51 |
| Hex | FE | 8C | 4 | 0 | 2D | 62 | 0 | 21 | 63 | 33 |
| Octal | 376 | 214 | 4 | 0 | 55 | 142 | 0 | 41 | 143 | 63 |
| Binary | 11111110 | 10001100 | 100 | 0 | 101101 | 1100010 | 0 | 100001 | 1100011 | 110011 |
Color Harmonies of #FE8C04
Complementary color
Monochromatic Colors of #FE8C04
Black with #FE8C04
Text Example
Text Example
White with #FE8C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C04; }
p { color: rgb(254,140,4); }
H1.HeaderClassName
{
color: #FE8C04;
}
.AnyTagClassName
{
color: #FE8C04;
}
</style>
background-color css
<style>
a { background-color: #FE8C04; }
a { background-color: rgb(254,140,4); }
div.DivClassName
{
background-color: #FE8C04;
}
.BgClassName
{
background-color: #FE8C04;
}
</style>
border-color css
<style>
span { border-color: #FE8C04; }
span { border-color: rgb(254,140,4); }
td.TdClassName
{
border-color: #FE8C04;
}
.TagClassName
{
border-color: #FE8C04;
}
</style>