Shades of Dark Orange #FE8C08
Tints of Dark Orange #FE8C08
RGB
CMYK
RGB Variations
Color information
#FE8C08 (or 0xFE8C08) is known color: Dark Orange. HEX triplet: FE, 8C and 08. RGB value is (254,140,8). Sum of RGB (Red+Green+Blue) = 254+140+8=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8C08 is #0173F7. Grayscale: #9F9F9F. Windows color (decimal): -95224 or 560382. OLE color: 560382.
HSL color Cylindrical-coordinate representation of color #FE8C08: hue angle of 32.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE8C08 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.00 |
| HSL | 32.2º | 0.99% | 0.51% | - |
| HSV(B) | 32.2º | 0.97% | 1% | - |
| XYZ | 50.29 | 39.84 | 5.27 | - |
| YUV | 159.04 | 42.77 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 8 | 0 | 0.45 | 0.97 | 0.00 | 32.2 | 0.99 | 0.51 |
| Hex | FE | 8C | 8 | 0 | 2D | 61 | 0 | 20 | 63 | 33 |
| Octal | 376 | 214 | 10 | 0 | 55 | 141 | 0 | 40 | 143 | 63 |
| Binary | 11111110 | 10001100 | 1000 | 0 | 101101 | 1100001 | 0 | 100000 | 1100011 | 110011 |
Color Harmonies of #FE8C08
Complementary color
Monochromatic Colors of #FE8C08
Black with #FE8C08
Text Example
Text Example
White with #FE8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C08; }
p { color: rgb(254,140,8); }
H1.HeaderClassName
{
color: #FE8C08;
}
.AnyTagClassName
{
color: #FE8C08;
}
</style>
background-color css
<style>
a { background-color: #FE8C08; }
a { background-color: rgb(254,140,8); }
div.DivClassName
{
background-color: #FE8C08;
}
.BgClassName
{
background-color: #FE8C08;
}
</style>
border-color css
<style>
span { border-color: #FE8C08; }
span { border-color: rgb(254,140,8); }
td.TdClassName
{
border-color: #FE8C08;
}
.TagClassName
{
border-color: #FE8C08;
}
</style>