Shades of Dark Orange #FF9212
Tints of Dark Orange #FF9212
RGB
CMYK
RGB Variations
Color information
#FF9212 (or 0xFF9212) is known color: Dark Orange. HEX triplet: FF, 92 and 12. RGB value is (255,146,18). Sum of RGB (Red+Green+Blue) = 255+146+18=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9212 is #006DED. Grayscale: #A4A4A4. Windows color (decimal): -28142 or 1217279. OLE color: 1217279.
HSL color Cylindrical-coordinate representation of color #FF9212: hue angle of 32.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF9212 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 18 | - |
| CMYK | 0 | 0.43 | 0.93 | 0 |
| HSL | 32.41º | 1% | 0.54% | - |
| HSV(B) | 32.41º | 0.93% | 1% | - |
| XYZ | 51.63 | 41.86 | 5.93 | - |
| YUV | 164 | 45.61 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 18 | 0 | 0.43 | 0.93 | 0 | 32.41 | 1 | 0.54 |
| Hex | FF | 92 | 12 | 0 | 2B | 5D | 0 | 20 | 64 | 36 |
| Octal | 377 | 222 | 22 | 0 | 53 | 135 | 0 | 40 | 144 | 66 |
| Binary | 11111111 | 10010010 | 10010 | 0 | 101011 | 1011101 | 0 | 100000 | 1100100 | 110110 |
Color Harmonies of #FF9212
Complementary color
Monochromatic Colors of #FF9212
Black with #FF9212
Text Example
Text Example
White with #FF9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9212; }
p { color: rgb(255,146,18); }
H1.HeaderClassName
{
color: #FF9212;
}
.AnyTagClassName
{
color: #FF9212;
}
</style>
background-color css
<style>
a { background-color: #FF9212; }
a { background-color: rgb(255,146,18); }
div.DivClassName
{
background-color: #FF9212;
}
.BgClassName
{
background-color: #FF9212;
}
</style>
border-color css
<style>
span { border-color: #FF9212; }
span { border-color: rgb(255,146,18); }
td.TdClassName
{
border-color: #FF9212;
}
.TagClassName
{
border-color: #FF9212;
}
</style>