Shades of Dark Orange #FC820D
Tints of Dark Orange #FC820D
RGB
CMYK
RGB Variations
Color information
#FC820D (or 0xFC820D) is known color: Dark Orange. HEX triplet: FC, 82 and 0D. RGB value is (252,130,13). Sum of RGB (Red+Green+Blue) = 252+130+13=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC820D is #037DF2. Grayscale: #999999. Windows color (decimal): -228851 or 885500. OLE color: 885500.
HSL color Cylindrical-coordinate representation of color #FC820D: hue angle of 29.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC820D is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 13 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.01 |
| HSL | 29.37º | 0.98% | 0.52% | - |
| HSV(B) | 29.37º | 0.95% | 0.99% | - |
| XYZ | 48.2 | 36.69 | 4.92 | - |
| YUV | 153.14 | 48.92 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 13 | 0 | 0.48 | 0.95 | 0.01 | 29.37 | 0.98 | 0.52 |
| Hex | FC | 82 | D | 0 | 30 | 5F | 1 | 1D | 62 | 34 |
| Octal | 374 | 202 | 15 | 0 | 60 | 137 | 1 | 35 | 142 | 64 |
| Binary | 11111100 | 10000010 | 1101 | 0 | 110000 | 1011111 | 1 | 11101 | 1100010 | 110100 |
Color Harmonies of #FC820D
Complementary color
Monochromatic Colors of #FC820D
Black with #FC820D
Text Example
Text Example
White with #FC820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC820D; }
p { color: rgb(252,130,13); }
H1.HeaderClassName
{
color: #FC820D;
}
.AnyTagClassName
{
color: #FC820D;
}
</style>
background-color css
<style>
a { background-color: #FC820D; }
a { background-color: rgb(252,130,13); }
div.DivClassName
{
background-color: #FC820D;
}
.BgClassName
{
background-color: #FC820D;
}
</style>
border-color css
<style>
span { border-color: #FC820D; }
span { border-color: rgb(252,130,13); }
td.TdClassName
{
border-color: #FC820D;
}
.TagClassName
{
border-color: #FC820D;
}
</style>