Shades of Dark Orange #FF8309
Tints of Dark Orange #FF8309
RGB
CMYK
RGB Variations
Color information
#FF8309 (or 0xFF8309) is known color: Dark Orange. HEX triplet: FF, 83 and 09. RGB value is (255,131,9). Sum of RGB (Red+Green+Blue) = 255+131+9=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8309 is #007CF6. Grayscale: #9A9A9A. Windows color (decimal): -31991 or 623615. OLE color: 623615.
HSL color Cylindrical-coordinate representation of color #FF8309: hue angle of 29.76º 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 #FF8309 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 9 | - |
| CMYK | 0 | 0.49 | 0.96 | 0 |
| HSL | 29.76º | 1% | 0.52% | - |
| HSV(B) | 29.76º | 0.96% | 1% | - |
| XYZ | 49.41 | 37.51 | 4.9 | - |
| YUV | 154.17 | 46.08 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 9 | 0 | 0.49 | 0.96 | 0 | 29.76 | 1 | 0.52 |
| Hex | FF | 83 | 9 | 0 | 31 | 60 | 0 | 1E | 64 | 34 |
| Octal | 377 | 203 | 11 | 0 | 61 | 140 | 0 | 36 | 144 | 64 |
| Binary | 11111111 | 10000011 | 1001 | 0 | 110001 | 1100000 | 0 | 11110 | 1100100 | 110100 |
Color Harmonies of #FF8309
Complementary color
Monochromatic Colors of #FF8309
Black with #FF8309
Text Example
Text Example
White with #FF8309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8309; }
p { color: rgb(255,131,9); }
H1.HeaderClassName
{
color: #FF8309;
}
.AnyTagClassName
{
color: #FF8309;
}
</style>
background-color css
<style>
a { background-color: #FF8309; }
a { background-color: rgb(255,131,9); }
div.DivClassName
{
background-color: #FF8309;
}
.BgClassName
{
background-color: #FF8309;
}
</style>
border-color css
<style>
span { border-color: #FF8309; }
span { border-color: rgb(255,131,9); }
td.TdClassName
{
border-color: #FF8309;
}
.TagClassName
{
border-color: #FF8309;
}
</style>