Shades of Red Orange #FC362A
Tints of Red Orange #FC362A
RGB
CMYK
RGB Variations
Color information
#FC362A (or 0xFC362A) is known color: Red Orange. HEX triplet: FC, 36 and 2A. RGB value is (252,54,42). Sum of RGB (Red+Green+Blue) = 252+54+42=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC362A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC362A is #03C9D5. Grayscale: #707070. Windows color (decimal): -248278 or 2766588. OLE color: 2766588.
HSL color Cylindrical-coordinate representation of color #FC362A: hue angle of 3.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC362A is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 42 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.01 |
| HSL | 3.43º | 0.97% | 0.58% | - |
| HSV(B) | 3.43º | 0.83% | 0.99% | - |
| XYZ | 41.88 | 23.5 | 4.52 | - |
| YUV | 111.83 | 88.6 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 42 | 0 | 0.79 | 0.83 | 0.01 | 3.43 | 0.97 | 0.58 |
| Hex | FC | 36 | 2A | 0 | 4F | 53 | 1 | 3 | 61 | 3A |
| Octal | 374 | 66 | 52 | 0 | 117 | 123 | 1 | 3 | 141 | 72 |
| Binary | 11111100 | 110110 | 101010 | 0 | 1001111 | 1010011 | 1 | 11 | 1100001 | 111010 |
Color Harmonies of #FC362A
Complementary color
Monochromatic Colors of #FC362A
Black with #FC362A
Text Example
Text Example
White with #FC362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC362A; }
p { color: rgb(252,54,42); }
H1.HeaderClassName
{
color: #FC362A;
}
.AnyTagClassName
{
color: #FC362A;
}
</style>
background-color css
<style>
a { background-color: #FC362A; }
a { background-color: rgb(252,54,42); }
div.DivClassName
{
background-color: #FC362A;
}
.BgClassName
{
background-color: #FC362A;
}
</style>
border-color css
<style>
span { border-color: #FC362A; }
span { border-color: rgb(252,54,42); }
td.TdClassName
{
border-color: #FC362A;
}
.TagClassName
{
border-color: #FC362A;
}
</style>