Shades of Dark Orange #FF9413
Tints of Dark Orange #FF9413
RGB
CMYK
RGB Variations
Color information
#FF9413 (or 0xFF9413) is known color: Dark Orange. HEX triplet: FF, 94 and 13. RGB value is (255,148,19). Sum of RGB (Red+Green+Blue) = 255+148+19=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9413 is #006BEC. Grayscale: #A5A5A5. Windows color (decimal): -27629 or 1283327. OLE color: 1283327.
HSL color Cylindrical-coordinate representation of color #FF9413: hue angle of 32.8º 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 #FF9413 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 19 | - |
| CMYK | 0 | 0.42 | 0.93 | 0 |
| HSL | 32.8º | 1% | 0.54% | - |
| HSV(B) | 32.8º | 0.93% | 1% | - |
| XYZ | 51.95 | 42.49 | 6.08 | - |
| YUV | 165.29 | 45.45 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 19 | 0 | 0.42 | 0.93 | 0 | 32.8 | 1 | 0.54 |
| Hex | FF | 94 | 13 | 0 | 2A | 5D | 0 | 21 | 64 | 36 |
| Octal | 377 | 224 | 23 | 0 | 52 | 135 | 0 | 41 | 144 | 66 |
| Binary | 11111111 | 10010100 | 10011 | 0 | 101010 | 1011101 | 0 | 100001 | 1100100 | 110110 |
Color Harmonies of #FF9413
Complementary color
Monochromatic Colors of #FF9413
Black with #FF9413
Text Example
Text Example
White with #FF9413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9413; }
p { color: rgb(255,148,19); }
H1.HeaderClassName
{
color: #FF9413;
}
.AnyTagClassName
{
color: #FF9413;
}
</style>
background-color css
<style>
a { background-color: #FF9413; }
a { background-color: rgb(255,148,19); }
div.DivClassName
{
background-color: #FF9413;
}
.BgClassName
{
background-color: #FF9413;
}
</style>
border-color css
<style>
span { border-color: #FF9413; }
span { border-color: rgb(255,148,19); }
td.TdClassName
{
border-color: #FF9413;
}
.TagClassName
{
border-color: #FF9413;
}
</style>