Shades of Dark Orange #FF9210
Tints of Dark Orange #FF9210
RGB
CMYK
RGB Variations
Color information
#FF9210 (or 0xFF9210) is known color: Dark Orange. HEX triplet: FF, 92 and 10. RGB value is (255,146,16). Sum of RGB (Red+Green+Blue) = 255+146+16=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9210 is #006DEF. Grayscale: #A4A4A4. Windows color (decimal): -28144 or 1086207. OLE color: 1086207.
HSL color Cylindrical-coordinate representation of color #FF9210: hue angle of 32.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF9210 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 16 | - |
| CMYK | 0 | 0.43 | 0.94 | 0 |
| HSL | 32.64º | 1% | 0.53% | - |
| HSV(B) | 32.64º | 0.94% | 1% | - |
| XYZ | 51.61 | 41.86 | 5.85 | - |
| YUV | 163.77 | 44.61 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 16 | 0 | 0.43 | 0.94 | 0 | 32.64 | 1 | 0.53 |
| Hex | FF | 92 | 10 | 0 | 2B | 5E | 0 | 21 | 64 | 35 |
| Octal | 377 | 222 | 20 | 0 | 53 | 136 | 0 | 41 | 144 | 65 |
| Binary | 11111111 | 10010010 | 10000 | 0 | 101011 | 1011110 | 0 | 100001 | 1100100 | 110101 |
Color Harmonies of #FF9210
Complementary color
Monochromatic Colors of #FF9210
Black with #FF9210
Text Example
Text Example
White with #FF9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9210; }
p { color: rgb(255,146,16); }
H1.HeaderClassName
{
color: #FF9210;
}
.AnyTagClassName
{
color: #FF9210;
}
</style>
background-color css
<style>
a { background-color: #FF9210; }
a { background-color: rgb(255,146,16); }
div.DivClassName
{
background-color: #FF9210;
}
.BgClassName
{
background-color: #FF9210;
}
</style>
border-color css
<style>
span { border-color: #FF9210; }
span { border-color: rgb(255,146,16); }
td.TdClassName
{
border-color: #FF9210;
}
.TagClassName
{
border-color: #FF9210;
}
</style>