Shades of Dark Orange #FF9010
Tints of Dark Orange #FF9010
RGB
CMYK
RGB Variations
Color information
#FF9010 (or 0xFF9010) is known color: Dark Orange. HEX triplet: FF, 90 and 10. RGB value is (255,144,16). Sum of RGB (Red+Green+Blue) = 255+144+16=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9010 is #006FEF. Grayscale: #A3A3A3. Windows color (decimal): -28656 or 1085695. OLE color: 1085695.
HSL color Cylindrical-coordinate representation of color #FF9010: hue angle of 32.13º 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 #FF9010 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 16 | - |
| CMYK | 0 | 0.44 | 0.94 | 0 |
| HSL | 32.13º | 1% | 0.53% | - |
| HSV(B) | 32.13º | 0.94% | 1% | - |
| XYZ | 51.31 | 41.24 | 5.75 | - |
| YUV | 162.6 | 45.27 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 16 | 0 | 0.44 | 0.94 | 0 | 32.13 | 1 | 0.53 |
| Hex | FF | 90 | 10 | 0 | 2C | 5E | 0 | 20 | 64 | 35 |
| Octal | 377 | 220 | 20 | 0 | 54 | 136 | 0 | 40 | 144 | 65 |
| Binary | 11111111 | 10010000 | 10000 | 0 | 101100 | 1011110 | 0 | 100000 | 1100100 | 110101 |
Color Harmonies of #FF9010
Complementary color
Monochromatic Colors of #FF9010
Black with #FF9010
Text Example
Text Example
White with #FF9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9010; }
p { color: rgb(255,144,16); }
H1.HeaderClassName
{
color: #FF9010;
}
.AnyTagClassName
{
color: #FF9010;
}
</style>
background-color css
<style>
a { background-color: #FF9010; }
a { background-color: rgb(255,144,16); }
div.DivClassName
{
background-color: #FF9010;
}
.BgClassName
{
background-color: #FF9010;
}
</style>
border-color css
<style>
span { border-color: #FF9010; }
span { border-color: rgb(255,144,16); }
td.TdClassName
{
border-color: #FF9010;
}
.TagClassName
{
border-color: #FF9010;
}
</style>