Shades of Red Orange #FC4120
Tints of Red Orange #FC4120
RGB
CMYK
RGB Variations
Color information
#FC4120 (or 0xFC4120) is known color: Red Orange. HEX triplet: FC, 41 and 20. RGB value is (252,65,32). Sum of RGB (Red+Green+Blue) = 252+65+32=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4120 is #03BEDF. Grayscale: #757575. Windows color (decimal): -245472 or 2114044. OLE color: 2114044.
HSL color Cylindrical-coordinate representation of color #FC4120: hue angle of 9º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC4120 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 32 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.01 |
| HSL | 9º | 0.97% | 0.56% | - |
| HSV(B) | 9º | 0.87% | 0.99% | - |
| XYZ | 42.3 | 24.58 | 3.88 | - |
| YUV | 117.15 | 79.95 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 32 | 0 | 0.74 | 0.87 | 0.01 | 9 | 0.97 | 0.56 |
| Hex | FC | 41 | 20 | 0 | 4A | 57 | 1 | 9 | 61 | 38 |
| Octal | 374 | 101 | 40 | 0 | 112 | 127 | 1 | 11 | 141 | 70 |
| Binary | 11111100 | 1000001 | 100000 | 0 | 1001010 | 1010111 | 1 | 1001 | 1100001 | 111000 |
Color Harmonies of #FC4120
Complementary color
Monochromatic Colors of #FC4120
Black with #FC4120
Text Example
Text Example
White with #FC4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4120; }
p { color: rgb(252,65,32); }
H1.HeaderClassName
{
color: #FC4120;
}
.AnyTagClassName
{
color: #FC4120;
}
</style>
background-color css
<style>
a { background-color: #FC4120; }
a { background-color: rgb(252,65,32); }
div.DivClassName
{
background-color: #FC4120;
}
.BgClassName
{
background-color: #FC4120;
}
</style>
border-color css
<style>
span { border-color: #FC4120; }
span { border-color: rgb(252,65,32); }
td.TdClassName
{
border-color: #FC4120;
}
.TagClassName
{
border-color: #FC4120;
}
</style>