Shades of Dark Orange #FF840D
Tints of Dark Orange #FF840D
RGB
CMYK
RGB Variations
Color information
#FF840D (or 0xFF840D) is known color: Dark Orange. HEX triplet: FF, 84 and 0D. RGB value is (255,132,13). Sum of RGB (Red+Green+Blue) = 255+132+13=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF840D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF840D is #007BF2. Grayscale: #9B9B9B. Windows color (decimal): -31731 or 886015. OLE color: 886015.
HSL color Cylindrical-coordinate representation of color #FF840D: hue angle of 29.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF840D is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 13 | - |
| CMYK | 0 | 0.48 | 0.95 | 0 |
| HSL | 29.5º | 1% | 0.53% | - |
| HSV(B) | 29.5º | 0.95% | 1% | - |
| XYZ | 49.56 | 37.79 | 5.06 | - |
| YUV | 155.21 | 47.75 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 13 | 0 | 0.48 | 0.95 | 0 | 29.5 | 1 | 0.53 |
| Hex | FF | 84 | D | 0 | 30 | 5F | 0 | 1E | 64 | 35 |
| Octal | 377 | 204 | 15 | 0 | 60 | 137 | 0 | 36 | 144 | 65 |
| Binary | 11111111 | 10000100 | 1101 | 0 | 110000 | 1011111 | 0 | 11110 | 1100100 | 110101 |
Color Harmonies of #FF840D
Complementary color
Monochromatic Colors of #FF840D
Black with #FF840D
Text Example
Text Example
White with #FF840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF840D; }
p { color: rgb(255,132,13); }
H1.HeaderClassName
{
color: #FF840D;
}
.AnyTagClassName
{
color: #FF840D;
}
</style>
background-color css
<style>
a { background-color: #FF840D; }
a { background-color: rgb(255,132,13); }
div.DivClassName
{
background-color: #FF840D;
}
.BgClassName
{
background-color: #FF840D;
}
</style>
border-color css
<style>
span { border-color: #FF840D; }
span { border-color: rgb(255,132,13); }
td.TdClassName
{
border-color: #FF840D;
}
.TagClassName
{
border-color: #FF840D;
}
</style>