Shades of Dark Orange #FE900D
Tints of Dark Orange #FE900D
RGB
CMYK
RGB Variations
Color information
#FE900D (or 0xFE900D) is known color: Dark Orange. HEX triplet: FE, 90 and 0D. RGB value is (254,144,13). Sum of RGB (Red+Green+Blue) = 254+144+13=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE900D is #016FF2. Grayscale: #A2A2A2. Windows color (decimal): -94195 or 889086. OLE color: 889086.
HSL color Cylindrical-coordinate representation of color #FE900D: hue angle of 32.61º 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 #FE900D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.00 |
| HSL | 32.61º | 0.99% | 0.52% | - |
| HSV(B) | 32.61º | 0.95% | 1% | - |
| XYZ | 50.92 | 41.05 | 5.62 | - |
| YUV | 161.96 | 43.94 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 13 | 0 | 0.43 | 0.95 | 0.00 | 32.61 | 0.99 | 0.52 |
| Hex | FE | 90 | D | 0 | 2B | 5F | 0 | 21 | 63 | 34 |
| Octal | 376 | 220 | 15 | 0 | 53 | 137 | 0 | 41 | 143 | 64 |
| Binary | 11111110 | 10010000 | 1101 | 0 | 101011 | 1011111 | 0 | 100001 | 1100011 | 110100 |
Color Harmonies of #FE900D
Complementary color
Monochromatic Colors of #FE900D
Black with #FE900D
Text Example
Text Example
White with #FE900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE900D; }
p { color: rgb(254,144,13); }
H1.HeaderClassName
{
color: #FE900D;
}
.AnyTagClassName
{
color: #FE900D;
}
</style>
background-color css
<style>
a { background-color: #FE900D; }
a { background-color: rgb(254,144,13); }
div.DivClassName
{
background-color: #FE900D;
}
.BgClassName
{
background-color: #FE900D;
}
</style>
border-color css
<style>
span { border-color: #FE900D; }
span { border-color: rgb(254,144,13); }
td.TdClassName
{
border-color: #FE900D;
}
.TagClassName
{
border-color: #FE900D;
}
</style>