Shades of Dark Orange #FF800B
Tints of Dark Orange #FF800B
RGB
CMYK
RGB Variations
Color information
#FF800B (or 0xFF800B) is known color: Dark Orange. HEX triplet: FF, 80 and 0B. RGB value is (255,128,11). Sum of RGB (Red+Green+Blue) = 255+128+11=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF800B is #007FF4. Grayscale: #999999. Windows color (decimal): -32757 or 753919. OLE color: 753919.
HSL color Cylindrical-coordinate representation of color #FF800B: hue angle of 28.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF800B is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 11 | - |
| CMYK | 0 | 0.50 | 0.96 | 0 |
| HSL | 28.77º | 1% | 0.52% | - |
| HSV(B) | 28.77º | 0.96% | 1% | - |
| XYZ | 49.02 | 36.72 | 4.82 | - |
| YUV | 152.64 | 48.08 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 11 | 0 | 0.50 | 0.96 | 0 | 28.77 | 1 | 0.52 |
| Hex | FF | 80 | B | 0 | 32 | 60 | 0 | 1D | 64 | 34 |
| Octal | 377 | 200 | 13 | 0 | 62 | 140 | 0 | 35 | 144 | 64 |
| Binary | 11111111 | 10000000 | 1011 | 0 | 110010 | 1100000 | 0 | 11101 | 1100100 | 110100 |
Color Harmonies of #FF800B
Complementary color
Monochromatic Colors of #FF800B
Black with #FF800B
Text Example
Text Example
White with #FF800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF800B; }
p { color: rgb(255,128,11); }
H1.HeaderClassName
{
color: #FF800B;
}
.AnyTagClassName
{
color: #FF800B;
}
</style>
background-color css
<style>
a { background-color: #FF800B; }
a { background-color: rgb(255,128,11); }
div.DivClassName
{
background-color: #FF800B;
}
.BgClassName
{
background-color: #FF800B;
}
</style>
border-color css
<style>
span { border-color: #FF800B; }
span { border-color: rgb(255,128,11); }
td.TdClassName
{
border-color: #FF800B;
}
.TagClassName
{
border-color: #FF800B;
}
</style>