Shades of Dark Orange #FC820C
Tints of Dark Orange #FC820C
RGB
CMYK
RGB Variations
Color information
#FC820C (or 0xFC820C) is known color: Dark Orange. HEX triplet: FC, 82 and 0C. RGB value is (252,130,12). Sum of RGB (Red+Green+Blue) = 252+130+12=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC820C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC820C is #037DF3. Grayscale: #999999. Windows color (decimal): -228852 or 819964. OLE color: 819964.
HSL color Cylindrical-coordinate representation of color #FC820C: hue angle of 29.5º 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 #FC820C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.01 |
| HSL | 29.5º | 0.98% | 0.52% | - |
| HSV(B) | 29.5º | 0.95% | 0.99% | - |
| XYZ | 48.19 | 36.69 | 4.89 | - |
| YUV | 153.03 | 48.42 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 12 | 0 | 0.48 | 0.95 | 0.01 | 29.5 | 0.98 | 0.52 |
| Hex | FC | 82 | C | 0 | 30 | 5F | 1 | 1E | 62 | 34 |
| Octal | 374 | 202 | 14 | 0 | 60 | 137 | 1 | 36 | 142 | 64 |
| Binary | 11111100 | 10000010 | 1100 | 0 | 110000 | 1011111 | 1 | 11110 | 1100010 | 110100 |
Color Harmonies of #FC820C
Complementary color
Monochromatic Colors of #FC820C
Black with #FC820C
Text Example
Text Example
White with #FC820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC820C; }
p { color: rgb(252,130,12); }
H1.HeaderClassName
{
color: #FC820C;
}
.AnyTagClassName
{
color: #FC820C;
}
</style>
background-color css
<style>
a { background-color: #FC820C; }
a { background-color: rgb(252,130,12); }
div.DivClassName
{
background-color: #FC820C;
}
.BgClassName
{
background-color: #FC820C;
}
</style>
border-color css
<style>
span { border-color: #FC820C; }
span { border-color: rgb(252,130,12); }
td.TdClassName
{
border-color: #FC820C;
}
.TagClassName
{
border-color: #FC820C;
}
</style>