Shades of Dark Orange #FD920E
Tints of Dark Orange #FD920E
RGB
CMYK
RGB Variations
Color information
#FD920E (or 0xFD920E) is known color: Dark Orange. HEX triplet: FD, 92 and 0E. RGB value is (253,146,14). Sum of RGB (Red+Green+Blue) = 253+146+14=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD920E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD920E is #026DF1. Grayscale: #A3A3A3. Windows color (decimal): -159218 or 955133. OLE color: 955133.
HSL color Cylindrical-coordinate representation of color #FD920E: hue angle of 33.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD920E is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 14 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.01 |
| HSL | 33.14º | 0.98% | 0.52% | - |
| HSV(B) | 33.14º | 0.94% | 0.99% | - |
| XYZ | 50.87 | 41.47 | 5.74 | - |
| YUV | 162.95 | 43.95 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 14 | 0 | 0.42 | 0.94 | 0.01 | 33.14 | 0.98 | 0.52 |
| Hex | FD | 92 | E | 0 | 2A | 5E | 1 | 21 | 62 | 34 |
| Octal | 375 | 222 | 16 | 0 | 52 | 136 | 1 | 41 | 142 | 64 |
| Binary | 11111101 | 10010010 | 1110 | 0 | 101010 | 1011110 | 1 | 100001 | 1100010 | 110100 |
Color Harmonies of #FD920E
Complementary color
Monochromatic Colors of #FD920E
Black with #FD920E
Text Example
Text Example
White with #FD920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD920E; }
p { color: rgb(253,146,14); }
H1.HeaderClassName
{
color: #FD920E;
}
.AnyTagClassName
{
color: #FD920E;
}
</style>
background-color css
<style>
a { background-color: #FD920E; }
a { background-color: rgb(253,146,14); }
div.DivClassName
{
background-color: #FD920E;
}
.BgClassName
{
background-color: #FD920E;
}
</style>
border-color css
<style>
span { border-color: #FD920E; }
span { border-color: rgb(253,146,14); }
td.TdClassName
{
border-color: #FD920E;
}
.TagClassName
{
border-color: #FD920E;
}
</style>