Shades of Dark Orange #FF8505
Tints of Dark Orange #FF8505
RGB
CMYK
RGB Variations
Color information
#FF8505 (or 0xFF8505) is known color: Dark Orange. HEX triplet: FF, 85 and 05. RGB value is (255,133,5). Sum of RGB (Red+Green+Blue) = 255+133+5=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8505 is #007AFA. Grayscale: #9B9B9B. Windows color (decimal): -31483 or 361983. OLE color: 361983.
HSL color Cylindrical-coordinate representation of color #FF8505: hue angle of 30.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF8505 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 5 | - |
| CMYK | 0 | 0.48 | 0.98 | 0 |
| HSL | 30.72º | 1% | 0.51% | - |
| HSV(B) | 30.72º | 0.98% | 1% | - |
| XYZ | 49.65 | 38.05 | 4.87 | - |
| YUV | 154.89 | 43.42 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 5 | 0 | 0.48 | 0.98 | 0 | 30.72 | 1 | 0.51 |
| Hex | FF | 85 | 5 | 0 | 30 | 62 | 0 | 1F | 64 | 33 |
| Octal | 377 | 205 | 5 | 0 | 60 | 142 | 0 | 37 | 144 | 63 |
| Binary | 11111111 | 10000101 | 101 | 0 | 110000 | 1100010 | 0 | 11111 | 1100100 | 110011 |
Color Harmonies of #FF8505
Complementary color
Monochromatic Colors of #FF8505
Black with #FF8505
Text Example
Text Example
White with #FF8505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8505; }
p { color: rgb(255,133,5); }
H1.HeaderClassName
{
color: #FF8505;
}
.AnyTagClassName
{
color: #FF8505;
}
</style>
background-color css
<style>
a { background-color: #FF8505; }
a { background-color: rgb(255,133,5); }
div.DivClassName
{
background-color: #FF8505;
}
.BgClassName
{
background-color: #FF8505;
}
</style>
border-color css
<style>
span { border-color: #FF8505; }
span { border-color: rgb(255,133,5); }
td.TdClassName
{
border-color: #FF8505;
}
.TagClassName
{
border-color: #FF8505;
}
</style>