Shades of Red Orange #FC4D31
Tints of Red Orange #FC4D31
RGB
CMYK
RGB Variations
Color information
#FC4D31 (or 0xFC4D31) is known color: Red Orange. HEX triplet: FC, 4D and 31. RGB value is (252,77,49). Sum of RGB (Red+Green+Blue) = 252+77+49=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4D31 is #03B2CE. Grayscale: #7E7E7E. Windows color (decimal): -242383 or 3231228. OLE color: 3231228.
HSL color Cylindrical-coordinate representation of color #FC4D31: hue angle of 8.28º 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 #FC4D31 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 49 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.01 |
| HSL | 8.28º | 0.97% | 0.59% | - |
| HSV(B) | 8.28º | 0.81% | 0.99% | - |
| XYZ | 43.35 | 26.22 | 5.68 | - |
| YUV | 126.13 | 84.48 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 49 | 0 | 0.69 | 0.81 | 0.01 | 8.28 | 0.97 | 0.59 |
| Hex | FC | 4D | 31 | 0 | 45 | 51 | 1 | 8 | 61 | 3B |
| Octal | 374 | 115 | 61 | 0 | 105 | 121 | 1 | 10 | 141 | 73 |
| Binary | 11111100 | 1001101 | 110001 | 0 | 1000101 | 1010001 | 1 | 1000 | 1100001 | 111011 |
Color Harmonies of #FC4D31
Complementary color
Monochromatic Colors of #FC4D31
Black with #FC4D31
Text Example
Text Example
White with #FC4D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D31; }
p { color: rgb(252,77,49); }
H1.HeaderClassName
{
color: #FC4D31;
}
.AnyTagClassName
{
color: #FC4D31;
}
</style>
background-color css
<style>
a { background-color: #FC4D31; }
a { background-color: rgb(252,77,49); }
div.DivClassName
{
background-color: #FC4D31;
}
.BgClassName
{
background-color: #FC4D31;
}
</style>
border-color css
<style>
span { border-color: #FC4D31; }
span { border-color: rgb(252,77,49); }
td.TdClassName
{
border-color: #FC4D31;
}
.TagClassName
{
border-color: #FC4D31;
}
</style>