Shades of Dark Orange #FF830C
Tints of Dark Orange #FF830C
RGB
CMYK
RGB Variations
Color information
#FF830C (or 0xFF830C) is known color: Dark Orange. HEX triplet: FF, 83 and 0C. RGB value is (255,131,12). Sum of RGB (Red+Green+Blue) = 255+131+12=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF830C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF830C is #007CF3. Grayscale: #9B9B9B. Windows color (decimal): -31988 or 820223. OLE color: 820223.
HSL color Cylindrical-coordinate representation of color #FF830C: hue angle of 29.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF830C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0 |
| HSL | 29.38º | 1% | 0.52% | - |
| HSV(B) | 29.38º | 0.95% | 1% | - |
| XYZ | 49.42 | 37.52 | 4.98 | - |
| YUV | 154.51 | 47.58 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 12 | 0 | 0.49 | 0.95 | 0 | 29.38 | 1 | 0.52 |
| Hex | FF | 83 | C | 0 | 31 | 5F | 0 | 1D | 64 | 34 |
| Octal | 377 | 203 | 14 | 0 | 61 | 137 | 0 | 35 | 144 | 64 |
| Binary | 11111111 | 10000011 | 1100 | 0 | 110001 | 1011111 | 0 | 11101 | 1100100 | 110100 |
Color Harmonies of #FF830C
Complementary color
Monochromatic Colors of #FF830C
Black with #FF830C
Text Example
Text Example
White with #FF830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF830C; }
p { color: rgb(255,131,12); }
H1.HeaderClassName
{
color: #FF830C;
}
.AnyTagClassName
{
color: #FF830C;
}
</style>
background-color css
<style>
a { background-color: #FF830C; }
a { background-color: rgb(255,131,12); }
div.DivClassName
{
background-color: #FF830C;
}
.BgClassName
{
background-color: #FF830C;
}
</style>
border-color css
<style>
span { border-color: #FF830C; }
span { border-color: rgb(255,131,12); }
td.TdClassName
{
border-color: #FF830C;
}
.TagClassName
{
border-color: #FF830C;
}
</style>