Shades of Dark Orange #FC820B
Tints of Dark Orange #FC820B
RGB
CMYK
RGB Variations
Color information
#FC820B (or 0xFC820B) is known color: Dark Orange. HEX triplet: FC, 82 and 0B. RGB value is (252,130,11). Sum of RGB (Red+Green+Blue) = 252+130+11=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC820B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC820B is #037DF4. Grayscale: #999999. Windows color (decimal): -228853 or 754428. OLE color: 754428.
HSL color Cylindrical-coordinate representation of color #FC820B: hue angle of 29.63º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC820B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.01 |
| HSL | 29.63º | 0.98% | 0.52% | - |
| HSV(B) | 29.63º | 0.96% | 0.99% | - |
| XYZ | 48.19 | 36.68 | 4.86 | - |
| YUV | 152.91 | 47.92 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 11 | 0 | 0.48 | 0.96 | 0.01 | 29.63 | 0.98 | 0.52 |
| Hex | FC | 82 | B | 0 | 30 | 60 | 1 | 1E | 62 | 34 |
| Octal | 374 | 202 | 13 | 0 | 60 | 140 | 1 | 36 | 142 | 64 |
| Binary | 11111100 | 10000010 | 1011 | 0 | 110000 | 1100000 | 1 | 11110 | 1100010 | 110100 |
Color Harmonies of #FC820B
Complementary color
Monochromatic Colors of #FC820B
Black with #FC820B
Text Example
Text Example
White with #FC820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC820B; }
p { color: rgb(252,130,11); }
H1.HeaderClassName
{
color: #FC820B;
}
.AnyTagClassName
{
color: #FC820B;
}
</style>
background-color css
<style>
a { background-color: #FC820B; }
a { background-color: rgb(252,130,11); }
div.DivClassName
{
background-color: #FC820B;
}
.BgClassName
{
background-color: #FC820B;
}
</style>
border-color css
<style>
span { border-color: #FC820B; }
span { border-color: rgb(252,130,11); }
td.TdClassName
{
border-color: #FC820B;
}
.TagClassName
{
border-color: #FC820B;
}
</style>