Shades of Dark Orange #FF840F
Tints of Dark Orange #FF840F
RGB
CMYK
RGB Variations
Color information
#FF840F (or 0xFF840F) is known color: Dark Orange. HEX triplet: FF, 84 and 0F. RGB value is (255,132,15). Sum of RGB (Red+Green+Blue) = 255+132+15=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF840F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF840F is #007BF0. Grayscale: #9C9C9C. Windows color (decimal): -31729 or 1017087. OLE color: 1017087.
HSL color Cylindrical-coordinate representation of color #FF840F: hue angle of 29.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF840F is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 15 | - |
| CMYK | 0 | 0.48 | 0.94 | 0 |
| HSL | 29.25º | 1% | 0.53% | - |
| HSV(B) | 29.25º | 0.94% | 1% | - |
| XYZ | 49.58 | 37.8 | 5.13 | - |
| YUV | 155.44 | 48.75 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 15 | 0 | 0.48 | 0.94 | 0 | 29.25 | 1 | 0.53 |
| Hex | FF | 84 | F | 0 | 30 | 5E | 0 | 1D | 64 | 35 |
| Octal | 377 | 204 | 17 | 0 | 60 | 136 | 0 | 35 | 144 | 65 |
| Binary | 11111111 | 10000100 | 1111 | 0 | 110000 | 1011110 | 0 | 11101 | 1100100 | 110101 |
Color Harmonies of #FF840F
Complementary color
Monochromatic Colors of #FF840F
Black with #FF840F
Text Example
Text Example
White with #FF840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF840F; }
p { color: rgb(255,132,15); }
H1.HeaderClassName
{
color: #FF840F;
}
.AnyTagClassName
{
color: #FF840F;
}
</style>
background-color css
<style>
a { background-color: #FF840F; }
a { background-color: rgb(255,132,15); }
div.DivClassName
{
background-color: #FF840F;
}
.BgClassName
{
background-color: #FF840F;
}
</style>
border-color css
<style>
span { border-color: #FF840F; }
span { border-color: rgb(255,132,15); }
td.TdClassName
{
border-color: #FF840F;
}
.TagClassName
{
border-color: #FF840F;
}
</style>