Shades of Dark Orange #FF8508
Tints of Dark Orange #FF8508
RGB
CMYK
RGB Variations
Color information
#FF8508 (or 0xFF8508) is known color: Dark Orange. HEX triplet: FF, 85 and 08. RGB value is (255,133,8). Sum of RGB (Red+Green+Blue) = 255+133+8=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8508 is #007AF7. Grayscale: #9B9B9B. Windows color (decimal): -31480 or 558591. OLE color: 558591.
HSL color Cylindrical-coordinate representation of color #FF8508: hue angle of 30.36º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF8508 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 8 | - |
| CMYK | 0 | 0.48 | 0.97 | 0 |
| HSL | 30.36º | 1% | 0.52% | - |
| HSV(B) | 30.36º | 0.97% | 1% | - |
| XYZ | 49.67 | 38.05 | 4.96 | - |
| YUV | 155.23 | 44.92 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 8 | 0 | 0.48 | 0.97 | 0 | 30.36 | 1 | 0.52 |
| Hex | FF | 85 | 8 | 0 | 30 | 61 | 0 | 1E | 64 | 34 |
| Octal | 377 | 205 | 10 | 0 | 60 | 141 | 0 | 36 | 144 | 64 |
| Binary | 11111111 | 10000101 | 1000 | 0 | 110000 | 1100001 | 0 | 11110 | 1100100 | 110100 |
Color Harmonies of #FF8508
Complementary color
Monochromatic Colors of #FF8508
Black with #FF8508
Text Example
Text Example
White with #FF8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8508; }
p { color: rgb(255,133,8); }
H1.HeaderClassName
{
color: #FF8508;
}
.AnyTagClassName
{
color: #FF8508;
}
</style>
background-color css
<style>
a { background-color: #FF8508; }
a { background-color: rgb(255,133,8); }
div.DivClassName
{
background-color: #FF8508;
}
.BgClassName
{
background-color: #FF8508;
}
</style>
border-color css
<style>
span { border-color: #FF8508; }
span { border-color: rgb(255,133,8); }
td.TdClassName
{
border-color: #FF8508;
}
.TagClassName
{
border-color: #FF8508;
}
</style>