Shades of Dark Orange #FF8003
Tints of Dark Orange #FF8003
RGB
CMYK
RGB Variations
Color information
#FF8003 (or 0xFF8003) is known color: Dark Orange. HEX triplet: FF, 80 and 03. RGB value is (255,128,3). Sum of RGB (Red+Green+Blue) = 255+128+3=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8003 is #007FFC. Grayscale: #989898. Windows color (decimal): -32765 or 229631. OLE color: 229631.
HSL color Cylindrical-coordinate representation of color #FF8003: hue angle of 29.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF8003 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 3 | - |
| CMYK | 0 | 0.50 | 0.99 | 0 |
| HSL | 29.76º | 1% | 0.51% | - |
| HSV(B) | 29.76º | 0.99% | 1% | - |
| XYZ | 48.98 | 36.7 | 4.59 | - |
| YUV | 151.72 | 44.08 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 3 | 0 | 0.50 | 0.99 | 0 | 29.76 | 1 | 0.51 |
| Hex | FF | 80 | 3 | 0 | 32 | 63 | 0 | 1E | 64 | 33 |
| Octal | 377 | 200 | 3 | 0 | 62 | 143 | 0 | 36 | 144 | 63 |
| Binary | 11111111 | 10000000 | 11 | 0 | 110010 | 1100011 | 0 | 11110 | 1100100 | 110011 |
Color Harmonies of #FF8003
Complementary color
Monochromatic Colors of #FF8003
Black with #FF8003
Text Example
Text Example
White with #FF8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8003; }
p { color: rgb(255,128,3); }
H1.HeaderClassName
{
color: #FF8003;
}
.AnyTagClassName
{
color: #FF8003;
}
</style>
background-color css
<style>
a { background-color: #FF8003; }
a { background-color: rgb(255,128,3); }
div.DivClassName
{
background-color: #FF8003;
}
.BgClassName
{
background-color: #FF8003;
}
</style>
border-color css
<style>
span { border-color: #FF8003; }
span { border-color: rgb(255,128,3); }
td.TdClassName
{
border-color: #FF8003;
}
.TagClassName
{
border-color: #FF8003;
}
</style>