Shades of Dark Orange #FF8302
Tints of Dark Orange #FF8302
RGB
CMYK
RGB Variations
Color information
#FF8302 (or 0xFF8302) is known color: Dark Orange. HEX triplet: FF, 83 and 02. RGB value is (255,131,2). Sum of RGB (Red+Green+Blue) = 255+131+2=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8302 is #007CFD. Grayscale: #9A9A9A. Windows color (decimal): -31998 or 164863. OLE color: 164863.
HSL color Cylindrical-coordinate representation of color #FF8302: hue angle of 30.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF8302 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0 |
| HSL | 30.59º | 1% | 0.5% | - |
| HSV(B) | 30.59º | 0.99% | 1% | - |
| XYZ | 49.37 | 37.5 | 4.69 | - |
| YUV | 153.37 | 42.58 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 2 | 0 | 0.49 | 0.99 | 0 | 30.59 | 1 | 0.5 |
| Hex | FF | 83 | 2 | 0 | 31 | 63 | 0 | 1F | 64 | 32 |
| Octal | 377 | 203 | 2 | 0 | 61 | 143 | 0 | 37 | 144 | 62 |
| Binary | 11111111 | 10000011 | 10 | 0 | 110001 | 1100011 | 0 | 11111 | 1100100 | 110010 |
Color Harmonies of #FF8302
Complementary color
Monochromatic Colors of #FF8302
Black with #FF8302
Text Example
Text Example
White with #FF8302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8302; }
p { color: rgb(255,131,2); }
H1.HeaderClassName
{
color: #FF8302;
}
.AnyTagClassName
{
color: #FF8302;
}
</style>
background-color css
<style>
a { background-color: #FF8302; }
a { background-color: rgb(255,131,2); }
div.DivClassName
{
background-color: #FF8302;
}
.BgClassName
{
background-color: #FF8302;
}
</style>
border-color css
<style>
span { border-color: #FF8302; }
span { border-color: rgb(255,131,2); }
td.TdClassName
{
border-color: #FF8302;
}
.TagClassName
{
border-color: #FF8302;
}
</style>