Shades of Dark Orange #FF9512
Tints of Dark Orange #FF9512
RGB
CMYK
RGB Variations
Color information
#FF9512 (or 0xFF9512) is known color: Dark Orange. HEX triplet: FF, 95 and 12. RGB value is (255,149,18). Sum of RGB (Red+Green+Blue) = 255+149+18=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9512 is #006AED. Grayscale: #A6A6A6. Windows color (decimal): -27374 or 1218047. OLE color: 1218047.
HSL color Cylindrical-coordinate representation of color #FF9512: hue angle of 33.16º 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 #FF9512 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 18 | - |
| CMYK | 0 | 0.42 | 0.93 | 0 |
| HSL | 33.16º | 1% | 0.54% | - |
| HSV(B) | 33.16º | 0.93% | 1% | - |
| XYZ | 52.1 | 42.8 | 6.09 | - |
| YUV | 165.76 | 44.62 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 18 | 0 | 0.42 | 0.93 | 0 | 33.16 | 1 | 0.54 |
| Hex | FF | 95 | 12 | 0 | 2A | 5D | 0 | 21 | 64 | 36 |
| Octal | 377 | 225 | 22 | 0 | 52 | 135 | 0 | 41 | 144 | 66 |
| Binary | 11111111 | 10010101 | 10010 | 0 | 101010 | 1011101 | 0 | 100001 | 1100100 | 110110 |
Color Harmonies of #FF9512
Complementary color
Monochromatic Colors of #FF9512
Black with #FF9512
Text Example
Text Example
White with #FF9512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9512; }
p { color: rgb(255,149,18); }
H1.HeaderClassName
{
color: #FF9512;
}
.AnyTagClassName
{
color: #FF9512;
}
</style>
background-color css
<style>
a { background-color: #FF9512; }
a { background-color: rgb(255,149,18); }
div.DivClassName
{
background-color: #FF9512;
}
.BgClassName
{
background-color: #FF9512;
}
</style>
border-color css
<style>
span { border-color: #FF9512; }
span { border-color: rgb(255,149,18); }
td.TdClassName
{
border-color: #FF9512;
}
.TagClassName
{
border-color: #FF9512;
}
</style>