Shades of Dark Orange #FE940A
Tints of Dark Orange #FE940A
RGB
CMYK
RGB Variations
Color information
#FE940A (or 0xFE940A) is known color: Dark Orange. HEX triplet: FE, 94 and 0A. RGB value is (254,148,10). Sum of RGB (Red+Green+Blue) = 254+148+10=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE940A is #016BF5. Grayscale: #A4A4A4. Windows color (decimal): -93174 or 693502. OLE color: 693502.
HSL color Cylindrical-coordinate representation of color #FE940A: hue angle of 33.93º 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 #FE940A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 10 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.00 |
| HSL | 33.93º | 0.99% | 0.52% | - |
| HSV(B) | 33.93º | 0.96% | 1% | - |
| XYZ | 51.52 | 42.27 | 5.73 | - |
| YUV | 163.96 | 41.12 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 10 | 0 | 0.42 | 0.96 | 0.00 | 33.93 | 0.99 | 0.52 |
| Hex | FE | 94 | A | 0 | 2A | 60 | 0 | 22 | 63 | 34 |
| Octal | 376 | 224 | 12 | 0 | 52 | 140 | 0 | 42 | 143 | 64 |
| Binary | 11111110 | 10010100 | 1010 | 0 | 101010 | 1100000 | 0 | 100010 | 1100011 | 110100 |
Color Harmonies of #FE940A
Complementary color
Monochromatic Colors of #FE940A
Black with #FE940A
Text Example
Text Example
White with #FE940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE940A; }
p { color: rgb(254,148,10); }
H1.HeaderClassName
{
color: #FE940A;
}
.AnyTagClassName
{
color: #FE940A;
}
</style>
background-color css
<style>
a { background-color: #FE940A; }
a { background-color: rgb(254,148,10); }
div.DivClassName
{
background-color: #FE940A;
}
.BgClassName
{
background-color: #FE940A;
}
</style>
border-color css
<style>
span { border-color: #FE940A; }
span { border-color: rgb(254,148,10); }
td.TdClassName
{
border-color: #FE940A;
}
.TagClassName
{
border-color: #FE940A;
}
</style>