Shades of Dark Orange #FF830B
Tints of Dark Orange #FF830B
RGB
CMYK
RGB Variations
Color information
#FF830B (or 0xFF830B) is known color: Dark Orange. HEX triplet: FF, 83 and 0B. RGB value is (255,131,11). Sum of RGB (Red+Green+Blue) = 255+131+11=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF830B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF830B is #007CF4. Grayscale: #9B9B9B. Windows color (decimal): -31989 or 754687. OLE color: 754687.
HSL color Cylindrical-coordinate representation of color #FF830B: hue angle of 29.51º 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 #FF830B is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 11 | - |
| CMYK | 0 | 0.49 | 0.96 | 0 |
| HSL | 29.51º | 1% | 0.52% | - |
| HSV(B) | 29.51º | 0.96% | 1% | - |
| XYZ | 49.42 | 37.52 | 4.95 | - |
| YUV | 154.4 | 47.08 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 11 | 0 | 0.49 | 0.96 | 0 | 29.51 | 1 | 0.52 |
| Hex | FF | 83 | B | 0 | 31 | 60 | 0 | 1E | 64 | 34 |
| Octal | 377 | 203 | 13 | 0 | 61 | 140 | 0 | 36 | 144 | 64 |
| Binary | 11111111 | 10000011 | 1011 | 0 | 110001 | 1100000 | 0 | 11110 | 1100100 | 110100 |
Color Harmonies of #FF830B
Complementary color
Monochromatic Colors of #FF830B
Black with #FF830B
Text Example
Text Example
White with #FF830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF830B; }
p { color: rgb(255,131,11); }
H1.HeaderClassName
{
color: #FF830B;
}
.AnyTagClassName
{
color: #FF830B;
}
</style>
background-color css
<style>
a { background-color: #FF830B; }
a { background-color: rgb(255,131,11); }
div.DivClassName
{
background-color: #FF830B;
}
.BgClassName
{
background-color: #FF830B;
}
</style>
border-color css
<style>
span { border-color: #FF830B; }
span { border-color: rgb(255,131,11); }
td.TdClassName
{
border-color: #FF830B;
}
.TagClassName
{
border-color: #FF830B;
}
</style>