Shades of Red Orange #FC4A1F
Tints of Red Orange #FC4A1F
RGB
CMYK
RGB Variations
Color information
#FC4A1F (or 0xFC4A1F) is known color: Red Orange. HEX triplet: FC, 4A and 1F. RGB value is (252,74,31). Sum of RGB (Red+Green+Blue) = 252+74+31=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A1F is #03B5E0. Grayscale: #7A7A7A. Windows color (decimal): -243169 or 2050812. OLE color: 2050812.
HSL color Cylindrical-coordinate representation of color #FC4A1F: hue angle of 11.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC4A1F is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 31 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.01 |
| HSL | 11.67º | 0.97% | 0.55% | - |
| HSV(B) | 11.67º | 0.88% | 0.99% | - |
| XYZ | 42.84 | 25.69 | 4 | - |
| YUV | 122.32 | 76.47 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 31 | 0 | 0.71 | 0.88 | 0.01 | 11.67 | 0.97 | 0.55 |
| Hex | FC | 4A | 1F | 0 | 47 | 58 | 1 | C | 61 | 37 |
| Octal | 374 | 112 | 37 | 0 | 107 | 130 | 1 | 14 | 141 | 67 |
| Binary | 11111100 | 1001010 | 11111 | 0 | 1000111 | 1011000 | 1 | 1100 | 1100001 | 110111 |
Color Harmonies of #FC4A1F
Complementary color
Monochromatic Colors of #FC4A1F
Black with #FC4A1F
Text Example
Text Example
White with #FC4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A1F; }
p { color: rgb(252,74,31); }
H1.HeaderClassName
{
color: #FC4A1F;
}
.AnyTagClassName
{
color: #FC4A1F;
}
</style>
background-color css
<style>
a { background-color: #FC4A1F; }
a { background-color: rgb(252,74,31); }
div.DivClassName
{
background-color: #FC4A1F;
}
.BgClassName
{
background-color: #FC4A1F;
}
</style>
border-color css
<style>
span { border-color: #FC4A1F; }
span { border-color: rgb(252,74,31); }
td.TdClassName
{
border-color: #FC4A1F;
}
.TagClassName
{
border-color: #FC4A1F;
}
</style>