Shades of Dark Orange #FE900F
Tints of Dark Orange #FE900F
RGB
CMYK
RGB Variations
Color information
#FE900F (or 0xFE900F) is known color: Dark Orange. HEX triplet: FE, 90 and 0F. RGB value is (254,144,15). Sum of RGB (Red+Green+Blue) = 254+144+15=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE900F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE900F is #016FF0. Grayscale: #A2A2A2. Windows color (decimal): -94193 or 1020158. OLE color: 1020158.
HSL color Cylindrical-coordinate representation of color #FE900F: hue angle of 32.38º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE900F is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 15 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.00 |
| HSL | 32.38º | 0.99% | 0.53% | - |
| HSV(B) | 32.38º | 0.94% | 1% | - |
| XYZ | 50.93 | 41.05 | 5.69 | - |
| YUV | 162.18 | 44.94 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 15 | 0 | 0.43 | 0.94 | 0.00 | 32.38 | 0.99 | 0.53 |
| Hex | FE | 90 | F | 0 | 2B | 5E | 0 | 20 | 63 | 35 |
| Octal | 376 | 220 | 17 | 0 | 53 | 136 | 0 | 40 | 143 | 65 |
| Binary | 11111110 | 10010000 | 1111 | 0 | 101011 | 1011110 | 0 | 100000 | 1100011 | 110101 |
Color Harmonies of #FE900F
Complementary color
Monochromatic Colors of #FE900F
Black with #FE900F
Text Example
Text Example
White with #FE900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE900F; }
p { color: rgb(254,144,15); }
H1.HeaderClassName
{
color: #FE900F;
}
.AnyTagClassName
{
color: #FE900F;
}
</style>
background-color css
<style>
a { background-color: #FE900F; }
a { background-color: rgb(254,144,15); }
div.DivClassName
{
background-color: #FE900F;
}
.BgClassName
{
background-color: #FE900F;
}
</style>
border-color css
<style>
span { border-color: #FE900F; }
span { border-color: rgb(254,144,15); }
td.TdClassName
{
border-color: #FE900F;
}
.TagClassName
{
border-color: #FE900F;
}
</style>