Shades of Dark Orange #FE930D
Tints of Dark Orange #FE930D
RGB
CMYK
RGB Variations
Color information
#FE930D (or 0xFE930D) is known color: Dark Orange. HEX triplet: FE, 93 and 0D. RGB value is (254,147,13). Sum of RGB (Red+Green+Blue) = 254+147+13=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE930D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE930D is #016CF2. Grayscale: #A4A4A4. Windows color (decimal): -93427 or 889854. OLE color: 889854.
HSL color Cylindrical-coordinate representation of color #FE930D: hue angle of 33.36º 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 #FE930D is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 13 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.00 |
| HSL | 33.36º | 0.99% | 0.52% | - |
| HSV(B) | 33.36º | 0.95% | 1% | - |
| XYZ | 51.38 | 41.97 | 5.77 | - |
| YUV | 163.72 | 42.95 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 13 | 0 | 0.42 | 0.95 | 0.00 | 33.36 | 0.99 | 0.52 |
| Hex | FE | 93 | D | 0 | 2A | 5F | 0 | 21 | 63 | 34 |
| Octal | 376 | 223 | 15 | 0 | 52 | 137 | 0 | 41 | 143 | 64 |
| Binary | 11111110 | 10010011 | 1101 | 0 | 101010 | 1011111 | 0 | 100001 | 1100011 | 110100 |
Color Harmonies of #FE930D
Complementary color
Monochromatic Colors of #FE930D
Black with #FE930D
Text Example
Text Example
White with #FE930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE930D; }
p { color: rgb(254,147,13); }
H1.HeaderClassName
{
color: #FE930D;
}
.AnyTagClassName
{
color: #FE930D;
}
</style>
background-color css
<style>
a { background-color: #FE930D; }
a { background-color: rgb(254,147,13); }
div.DivClassName
{
background-color: #FE930D;
}
.BgClassName
{
background-color: #FE930D;
}
</style>
border-color css
<style>
span { border-color: #FE930D; }
span { border-color: rgb(254,147,13); }
td.TdClassName
{
border-color: #FE930D;
}
.TagClassName
{
border-color: #FE930D;
}
</style>