Shades of Dark Orange #FF9013
Tints of Dark Orange #FF9013
RGB
CMYK
RGB Variations
Color information
#FF9013 (or 0xFF9013) is known color: Dark Orange. HEX triplet: FF, 90 and 13. RGB value is (255,144,19). Sum of RGB (Red+Green+Blue) = 255+144+19=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9013 is #006FEC. Grayscale: #A3A3A3. Windows color (decimal): -28653 or 1282303. OLE color: 1282303.
HSL color Cylindrical-coordinate representation of color #FF9013: hue angle of 31.78º 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 #FF9013 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 19 | - |
| CMYK | 0 | 0.44 | 0.93 | 0 |
| HSL | 31.78º | 1% | 0.54% | - |
| HSV(B) | 31.78º | 0.93% | 1% | - |
| XYZ | 51.33 | 41.25 | 5.87 | - |
| YUV | 162.94 | 46.77 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 19 | 0 | 0.44 | 0.93 | 0 | 31.78 | 1 | 0.54 |
| Hex | FF | 90 | 13 | 0 | 2C | 5D | 0 | 20 | 64 | 36 |
| Octal | 377 | 220 | 23 | 0 | 54 | 135 | 0 | 40 | 144 | 66 |
| Binary | 11111111 | 10010000 | 10011 | 0 | 101100 | 1011101 | 0 | 100000 | 1100100 | 110110 |
Color Harmonies of #FF9013
Complementary color
Monochromatic Colors of #FF9013
Black with #FF9013
Text Example
Text Example
White with #FF9013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9013; }
p { color: rgb(255,144,19); }
H1.HeaderClassName
{
color: #FF9013;
}
.AnyTagClassName
{
color: #FF9013;
}
</style>
background-color css
<style>
a { background-color: #FF9013; }
a { background-color: rgb(255,144,19); }
div.DivClassName
{
background-color: #FF9013;
}
.BgClassName
{
background-color: #FF9013;
}
</style>
border-color css
<style>
span { border-color: #FF9013; }
span { border-color: rgb(255,144,19); }
td.TdClassName
{
border-color: #FF9013;
}
.TagClassName
{
border-color: #FF9013;
}
</style>