Shades of Dark Orange #FF8103
Tints of Dark Orange #FF8103
RGB
CMYK
RGB Variations
Color information
#FF8103 (or 0xFF8103) is known color: Dark Orange. HEX triplet: FF, 81 and 03. RGB value is (255,129,3). Sum of RGB (Red+Green+Blue) = 255+129+3=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8103 is #007EFC. Grayscale: #989898. Windows color (decimal): -32509 or 229887. OLE color: 229887.
HSL color Cylindrical-coordinate representation of color #FF8103: hue angle of 30º 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 #FF8103 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0 |
| HSL | 30º | 1% | 0.51% | - |
| HSV(B) | 30º | 0.99% | 1% | - |
| XYZ | 49.11 | 36.97 | 4.63 | - |
| YUV | 152.31 | 43.74 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 3 | 0 | 0.49 | 0.99 | 0 | 30 | 1 | 0.51 |
| Hex | FF | 81 | 3 | 0 | 31 | 63 | 0 | 1E | 64 | 33 |
| Octal | 377 | 201 | 3 | 0 | 61 | 143 | 0 | 36 | 144 | 63 |
| Binary | 11111111 | 10000001 | 11 | 0 | 110001 | 1100011 | 0 | 11110 | 1100100 | 110011 |
Color Harmonies of #FF8103
Complementary color
Monochromatic Colors of #FF8103
Black with #FF8103
Text Example
Text Example
White with #FF8103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8103; }
p { color: rgb(255,129,3); }
H1.HeaderClassName
{
color: #FF8103;
}
.AnyTagClassName
{
color: #FF8103;
}
</style>
background-color css
<style>
a { background-color: #FF8103; }
a { background-color: rgb(255,129,3); }
div.DivClassName
{
background-color: #FF8103;
}
.BgClassName
{
background-color: #FF8103;
}
</style>
border-color css
<style>
span { border-color: #FF8103; }
span { border-color: rgb(255,129,3); }
td.TdClassName
{
border-color: #FF8103;
}
.TagClassName
{
border-color: #FF8103;
}
</style>