Shades of Orange Red #FC360C
Tints of Orange Red #FC360C
RGB
CMYK
RGB Variations
Color information
#FC360C (or 0xFC360C) is known color: Orange Red. HEX triplet: FC, 36 and 0C. RGB value is (252,54,12). Sum of RGB (Red+Green+Blue) = 252+54+12=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC360C is #03C9F3. Grayscale: #6C6C6C. Windows color (decimal): -248308 or 800508. OLE color: 800508.
HSL color Cylindrical-coordinate representation of color #FC360C: hue angle of 10.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 #FC360C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.01 |
| HSL | 10.5º | 0.98% | 0.52% | - |
| HSV(B) | 10.5º | 0.95% | 0.99% | - |
| XYZ | 41.53 | 23.36 | 2.67 | - |
| YUV | 108.41 | 73.6 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 12 | 0 | 0.79 | 0.95 | 0.01 | 10.5 | 0.98 | 0.52 |
| Hex | FC | 36 | C | 0 | 4F | 5F | 1 | A | 62 | 34 |
| Octal | 374 | 66 | 14 | 0 | 117 | 137 | 1 | 12 | 142 | 64 |
| Binary | 11111100 | 110110 | 1100 | 0 | 1001111 | 1011111 | 1 | 1010 | 1100010 | 110100 |
Color Harmonies of #FC360C
Complementary color
Monochromatic Colors of #FC360C
Black with #FC360C
Text Example
Text Example
White with #FC360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC360C; }
p { color: rgb(252,54,12); }
H1.HeaderClassName
{
color: #FC360C;
}
.AnyTagClassName
{
color: #FC360C;
}
</style>
background-color css
<style>
a { background-color: #FC360C; }
a { background-color: rgb(252,54,12); }
div.DivClassName
{
background-color: #FC360C;
}
.BgClassName
{
background-color: #FC360C;
}
</style>
border-color css
<style>
span { border-color: #FC360C; }
span { border-color: rgb(252,54,12); }
td.TdClassName
{
border-color: #FC360C;
}
.TagClassName
{
border-color: #FC360C;
}
</style>