Shades of Dark Orange #FE940C
Tints of Dark Orange #FE940C
RGB
CMYK
RGB Variations
Color information
#FE940C (or 0xFE940C) is known color: Dark Orange. HEX triplet: FE, 94 and 0C. RGB value is (254,148,12). Sum of RGB (Red+Green+Blue) = 254+148+12=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE940C is #016BF3. Grayscale: #A4A4A4. Windows color (decimal): -93172 or 824574. OLE color: 824574.
HSL color Cylindrical-coordinate representation of color #FE940C: hue angle of 33.72º 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 #FE940C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.00 |
| HSL | 33.72º | 0.99% | 0.52% | - |
| HSV(B) | 33.72º | 0.95% | 1% | - |
| XYZ | 51.53 | 42.28 | 5.79 | - |
| YUV | 164.19 | 42.12 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 12 | 0 | 0.42 | 0.95 | 0.00 | 33.72 | 0.99 | 0.52 |
| Hex | FE | 94 | C | 0 | 2A | 5F | 0 | 22 | 63 | 34 |
| Octal | 376 | 224 | 14 | 0 | 52 | 137 | 0 | 42 | 143 | 64 |
| Binary | 11111110 | 10010100 | 1100 | 0 | 101010 | 1011111 | 0 | 100010 | 1100011 | 110100 |
Color Harmonies of #FE940C
Complementary color
Monochromatic Colors of #FE940C
Black with #FE940C
Text Example
Text Example
White with #FE940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE940C; }
p { color: rgb(254,148,12); }
H1.HeaderClassName
{
color: #FE940C;
}
.AnyTagClassName
{
color: #FE940C;
}
</style>
background-color css
<style>
a { background-color: #FE940C; }
a { background-color: rgb(254,148,12); }
div.DivClassName
{
background-color: #FE940C;
}
.BgClassName
{
background-color: #FE940C;
}
</style>
border-color css
<style>
span { border-color: #FE940C; }
span { border-color: rgb(254,148,12); }
td.TdClassName
{
border-color: #FE940C;
}
.TagClassName
{
border-color: #FE940C;
}
</style>