Shades of Red Orange #FC362B
Tints of Red Orange #FC362B
RGB
CMYK
RGB Variations
Color information
#FC362B (or 0xFC362B) is known color: Red Orange. HEX triplet: FC, 36 and 2B. RGB value is (252,54,43). Sum of RGB (Red+Green+Blue) = 252+54+43=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC362B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC362B is #03C9D4. Grayscale: #707070. Windows color (decimal): -248277 or 2832124. OLE color: 2832124.
HSL color Cylindrical-coordinate representation of color #FC362B: hue angle of 3.16º 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 #FC362B is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 43 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.01 |
| HSL | 3.16º | 0.97% | 0.58% | - |
| HSV(B) | 3.16º | 0.83% | 0.99% | - |
| XYZ | 41.9 | 23.51 | 4.61 | - |
| YUV | 111.95 | 89.1 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 43 | 0 | 0.79 | 0.83 | 0.01 | 3.16 | 0.97 | 0.58 |
| Hex | FC | 36 | 2B | 0 | 4F | 53 | 1 | 3 | 61 | 3A |
| Octal | 374 | 66 | 53 | 0 | 117 | 123 | 1 | 3 | 141 | 72 |
| Binary | 11111100 | 110110 | 101011 | 0 | 1001111 | 1010011 | 1 | 11 | 1100001 | 111010 |
Color Harmonies of #FC362B
Complementary color
Monochromatic Colors of #FC362B
Black with #FC362B
Text Example
Text Example
White with #FC362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC362B; }
p { color: rgb(252,54,43); }
H1.HeaderClassName
{
color: #FC362B;
}
.AnyTagClassName
{
color: #FC362B;
}
</style>
background-color css
<style>
a { background-color: #FC362B; }
a { background-color: rgb(252,54,43); }
div.DivClassName
{
background-color: #FC362B;
}
.BgClassName
{
background-color: #FC362B;
}
</style>
border-color css
<style>
span { border-color: #FC362B; }
span { border-color: rgb(252,54,43); }
td.TdClassName
{
border-color: #FC362B;
}
.TagClassName
{
border-color: #FC362B;
}
</style>