Shades of Red Orange #FC4731
Tints of Red Orange #FC4731
RGB
CMYK
RGB Variations
Color information
#FC4731 (or 0xFC4731) is known color: Red Orange. HEX triplet: FC, 47 and 31. RGB value is (252,71,49). Sum of RGB (Red+Green+Blue) = 252+71+49=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4731 is #03B8CE. Grayscale: #7A7A7A. Windows color (decimal): -243919 or 3229692. OLE color: 3229692.
HSL color Cylindrical-coordinate representation of color #FC4731: hue angle of 6.5º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC4731 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 49 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.01 |
| HSL | 6.5º | 0.97% | 0.59% | - |
| HSV(B) | 6.5º | 0.81% | 0.99% | - |
| XYZ | 42.95 | 25.42 | 5.55 | - |
| YUV | 122.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 49 | 0 | 0.72 | 0.81 | 0.01 | 6.5 | 0.97 | 0.59 |
| Hex | FC | 47 | 31 | 0 | 48 | 51 | 1 | 7 | 61 | 3B |
| Octal | 374 | 107 | 61 | 0 | 110 | 121 | 1 | 7 | 141 | 73 |
| Binary | 11111100 | 1000111 | 110001 | 0 | 1001000 | 1010001 | 1 | 111 | 1100001 | 111011 |
Color Harmonies of #FC4731
Complementary color
Monochromatic Colors of #FC4731
Black with #FC4731
Text Example
Text Example
White with #FC4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4731; }
p { color: rgb(252,71,49); }
H1.HeaderClassName
{
color: #FC4731;
}
.AnyTagClassName
{
color: #FC4731;
}
</style>
background-color css
<style>
a { background-color: #FC4731; }
a { background-color: rgb(252,71,49); }
div.DivClassName
{
background-color: #FC4731;
}
.BgClassName
{
background-color: #FC4731;
}
</style>
border-color css
<style>
span { border-color: #FC4731; }
span { border-color: rgb(252,71,49); }
td.TdClassName
{
border-color: #FC4731;
}
.TagClassName
{
border-color: #FC4731;
}
</style>