Shades of Red Orange #FC471D
Tints of Red Orange #FC471D
RGB
CMYK
RGB Variations
Color information
#FC471D (or 0xFC471D) is known color: Red Orange. HEX triplet: FC, 47 and 1D. RGB value is (252,71,29). Sum of RGB (Red+Green+Blue) = 252+71+29=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC471D is #03B8E2. Grayscale: #787878. Windows color (decimal): -243939 or 1918972. OLE color: 1918972.
HSL color Cylindrical-coordinate representation of color #FC471D: hue angle of 11.3º 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 #FC471D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.01 |
| HSL | 11.3º | 0.97% | 0.55% | - |
| HSV(B) | 11.3º | 0.88% | 0.99% | - |
| XYZ | 42.62 | 25.29 | 3.8 | - |
| YUV | 120.33 | 76.47 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 29 | 0 | 0.72 | 0.88 | 0.01 | 11.3 | 0.97 | 0.55 |
| Hex | FC | 47 | 1D | 0 | 48 | 58 | 1 | B | 61 | 37 |
| Octal | 374 | 107 | 35 | 0 | 110 | 130 | 1 | 13 | 141 | 67 |
| Binary | 11111100 | 1000111 | 11101 | 0 | 1001000 | 1011000 | 1 | 1011 | 1100001 | 110111 |
Color Harmonies of #FC471D
Complementary color
Monochromatic Colors of #FC471D
Black with #FC471D
Text Example
Text Example
White with #FC471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC471D; }
p { color: rgb(252,71,29); }
H1.HeaderClassName
{
color: #FC471D;
}
.AnyTagClassName
{
color: #FC471D;
}
</style>
background-color css
<style>
a { background-color: #FC471D; }
a { background-color: rgb(252,71,29); }
div.DivClassName
{
background-color: #FC471D;
}
.BgClassName
{
background-color: #FC471D;
}
</style>
border-color css
<style>
span { border-color: #FC471D; }
span { border-color: rgb(252,71,29); }
td.TdClassName
{
border-color: #FC471D;
}
.TagClassName
{
border-color: #FC471D;
}
</style>