Shades of Dark Orange #FF9015
Tints of Dark Orange #FF9015
RGB
CMYK
RGB Variations
Color information
#FF9015 (or 0xFF9015) is known color: Dark Orange. HEX triplet: FF, 90 and 15. RGB value is (255,144,21). Sum of RGB (Red+Green+Blue) = 255+144+21=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9015 is #006FEA. Grayscale: #A3A3A3. Windows color (decimal): -28651 or 1413375. OLE color: 1413375.
HSL color Cylindrical-coordinate representation of color #FF9015: hue angle of 31.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF9015 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 21 | - |
| CMYK | 0 | 0.44 | 0.92 | 0 |
| HSL | 31.54º | 1% | 0.54% | - |
| HSV(B) | 31.54º | 0.92% | 1% | - |
| XYZ | 51.35 | 41.26 | 5.97 | - |
| YUV | 163.17 | 47.77 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 21 | 0 | 0.44 | 0.92 | 0 | 31.54 | 1 | 0.54 |
| Hex | FF | 90 | 15 | 0 | 2C | 5C | 0 | 20 | 64 | 36 |
| Octal | 377 | 220 | 25 | 0 | 54 | 134 | 0 | 40 | 144 | 66 |
| Binary | 11111111 | 10010000 | 10101 | 0 | 101100 | 1011100 | 0 | 100000 | 1100100 | 110110 |
Color Harmonies of #FF9015
Complementary color
Monochromatic Colors of #FF9015
Black with #FF9015
Text Example
Text Example
White with #FF9015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9015; }
p { color: rgb(255,144,21); }
H1.HeaderClassName
{
color: #FF9015;
}
.AnyTagClassName
{
color: #FF9015;
}
</style>
background-color css
<style>
a { background-color: #FF9015; }
a { background-color: rgb(255,144,21); }
div.DivClassName
{
background-color: #FF9015;
}
.BgClassName
{
background-color: #FF9015;
}
</style>
border-color css
<style>
span { border-color: #FF9015; }
span { border-color: rgb(255,144,21); }
td.TdClassName
{
border-color: #FF9015;
}
.TagClassName
{
border-color: #FF9015;
}
</style>