Shades of Dark Orange #FF8401
Tints of Dark Orange #FF8401
RGB
CMYK
RGB Variations
Color information
#FF8401 (or 0xFF8401) is known color: Dark Orange. HEX triplet: FF, 84 and 01. RGB value is (255,132,1). Sum of RGB (Red+Green+Blue) = 255+132+1=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8401 is #007BFE. Grayscale: #9A9A9A. Windows color (decimal): -31743 or 99583. OLE color: 99583.
HSL color Cylindrical-coordinate representation of color #FF8401: hue angle of 30.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF8401 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0 |
| HSL | 30.94º | 1% | 0.5% | - |
| HSV(B) | 30.94º | 1% | 1% | - |
| XYZ | 49.5 | 37.76 | 4.71 | - |
| YUV | 153.84 | 41.75 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 1 | 0 | 0.48 | 1.00 | 0 | 30.94 | 1 | 0.5 |
| Hex | FF | 84 | 1 | 0 | 30 | 64 | 0 | 1F | 64 | 32 |
| Octal | 377 | 204 | 1 | 0 | 60 | 144 | 0 | 37 | 144 | 62 |
| Binary | 11111111 | 10000100 | 1 | 0 | 110000 | 1100100 | 0 | 11111 | 1100100 | 110010 |
Color Harmonies of #FF8401
Complementary color
Monochromatic Colors of #FF8401
Black with #FF8401
Text Example
Text Example
White with #FF8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8401; }
p { color: rgb(255,132,1); }
H1.HeaderClassName
{
color: #FF8401;
}
.AnyTagClassName
{
color: #FF8401;
}
</style>
background-color css
<style>
a { background-color: #FF8401; }
a { background-color: rgb(255,132,1); }
div.DivClassName
{
background-color: #FF8401;
}
.BgClassName
{
background-color: #FF8401;
}
</style>
border-color css
<style>
span { border-color: #FF8401; }
span { border-color: rgb(255,132,1); }
td.TdClassName
{
border-color: #FF8401;
}
.TagClassName
{
border-color: #FF8401;
}
</style>