Shades of Dark Orange #FE860C
Tints of Dark Orange #FE860C
RGB
CMYK
RGB Variations
Color information
#FE860C (or 0xFE860C) is known color: Dark Orange. HEX triplet: FE, 86 and 0C. RGB value is (254,134,12). Sum of RGB (Red+Green+Blue) = 254+134+12=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE860C is #0179F3. Grayscale: #9C9C9C. Windows color (decimal): -96756 or 820990. OLE color: 820990.
HSL color Cylindrical-coordinate representation of color #FE860C: hue angle of 30.25º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE860C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.00 |
| HSL | 30.25º | 0.99% | 0.52% | - |
| HSV(B) | 30.25º | 0.95% | 1% | - |
| XYZ | 49.46 | 38.15 | 5.1 | - |
| YUV | 155.97 | 46.76 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 12 | 0 | 0.47 | 0.95 | 0.00 | 30.25 | 0.99 | 0.52 |
| Hex | FE | 86 | C | 0 | 2F | 5F | 0 | 1E | 63 | 34 |
| Octal | 376 | 206 | 14 | 0 | 57 | 137 | 0 | 36 | 143 | 64 |
| Binary | 11111110 | 10000110 | 1100 | 0 | 101111 | 1011111 | 0 | 11110 | 1100011 | 110100 |
Color Harmonies of #FE860C
Complementary color
Monochromatic Colors of #FE860C
Black with #FE860C
Text Example
Text Example
White with #FE860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE860C; }
p { color: rgb(254,134,12); }
H1.HeaderClassName
{
color: #FE860C;
}
.AnyTagClassName
{
color: #FE860C;
}
</style>
background-color css
<style>
a { background-color: #FE860C; }
a { background-color: rgb(254,134,12); }
div.DivClassName
{
background-color: #FE860C;
}
.BgClassName
{
background-color: #FE860C;
}
</style>
border-color css
<style>
span { border-color: #FE860C; }
span { border-color: rgb(254,134,12); }
td.TdClassName
{
border-color: #FE860C;
}
.TagClassName
{
border-color: #FE860C;
}
</style>