Shades of Dark Orange #FF8203
Tints of Dark Orange #FF8203
RGB
CMYK
RGB Variations
Color information
#FF8203 (or 0xFF8203) is known color: Dark Orange. HEX triplet: FF, 82 and 03. RGB value is (255,130,3). Sum of RGB (Red+Green+Blue) = 255+130+3=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8203 is #007DFC. Grayscale: #999999. Windows color (decimal): -32253 or 230143. OLE color: 230143.
HSL color Cylindrical-coordinate representation of color #FF8203: hue angle of 30.24º 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 #FF8203 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0 |
| HSL | 30.24º | 1% | 0.51% | - |
| HSV(B) | 30.24º | 0.99% | 1% | - |
| XYZ | 49.24 | 37.23 | 4.68 | - |
| YUV | 152.9 | 43.41 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 3 | 0 | 0.49 | 0.99 | 0 | 30.24 | 1 | 0.51 |
| Hex | FF | 82 | 3 | 0 | 31 | 63 | 0 | 1E | 64 | 33 |
| Octal | 377 | 202 | 3 | 0 | 61 | 143 | 0 | 36 | 144 | 63 |
| Binary | 11111111 | 10000010 | 11 | 0 | 110001 | 1100011 | 0 | 11110 | 1100100 | 110011 |
Color Harmonies of #FF8203
Complementary color
Monochromatic Colors of #FF8203
Black with #FF8203
Text Example
Text Example
White with #FF8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8203; }
p { color: rgb(255,130,3); }
H1.HeaderClassName
{
color: #FF8203;
}
.AnyTagClassName
{
color: #FF8203;
}
</style>
background-color css
<style>
a { background-color: #FF8203; }
a { background-color: rgb(255,130,3); }
div.DivClassName
{
background-color: #FF8203;
}
.BgClassName
{
background-color: #FF8203;
}
</style>
border-color css
<style>
span { border-color: #FF8203; }
span { border-color: rgb(255,130,3); }
td.TdClassName
{
border-color: #FF8203;
}
.TagClassName
{
border-color: #FF8203;
}
</style>