Shades of Dark Orange #FF9314
Tints of Dark Orange #FF9314
RGB
CMYK
RGB Variations
Color information
#FF9314 (or 0xFF9314) is known color: Dark Orange. HEX triplet: FF, 93 and 14. RGB value is (255,147,20). Sum of RGB (Red+Green+Blue) = 255+147+20=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9314 is #006CEB. Grayscale: #A5A5A5. Windows color (decimal): -27884 or 1348607. OLE color: 1348607.
HSL color Cylindrical-coordinate representation of color #FF9314: hue angle of 32.43º 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 #FF9314 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 20 | - |
| CMYK | 0 | 0.42 | 0.92 | 0 |
| HSL | 32.43º | 1% | 0.54% | - |
| HSV(B) | 32.43º | 0.92% | 1% | - |
| XYZ | 51.8 | 42.18 | 6.07 | - |
| YUV | 164.81 | 46.28 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 20 | 0 | 0.42 | 0.92 | 0 | 32.43 | 1 | 0.54 |
| Hex | FF | 93 | 14 | 0 | 2A | 5C | 0 | 20 | 64 | 36 |
| Octal | 377 | 223 | 24 | 0 | 52 | 134 | 0 | 40 | 144 | 66 |
| Binary | 11111111 | 10010011 | 10100 | 0 | 101010 | 1011100 | 0 | 100000 | 1100100 | 110110 |
Color Harmonies of #FF9314
Complementary color
Monochromatic Colors of #FF9314
Black with #FF9314
Text Example
Text Example
White with #FF9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9314; }
p { color: rgb(255,147,20); }
H1.HeaderClassName
{
color: #FF9314;
}
.AnyTagClassName
{
color: #FF9314;
}
</style>
background-color css
<style>
a { background-color: #FF9314; }
a { background-color: rgb(255,147,20); }
div.DivClassName
{
background-color: #FF9314;
}
.BgClassName
{
background-color: #FF9314;
}
</style>
border-color css
<style>
span { border-color: #FF9314; }
span { border-color: rgb(255,147,20); }
td.TdClassName
{
border-color: #FF9314;
}
.TagClassName
{
border-color: #FF9314;
}
</style>