Shades of Orange Red #FC471A
Tints of Orange Red #FC471A
RGB
CMYK
RGB Variations
Color information
#FC471A (or 0xFC471A) is known color: Orange Red. HEX triplet: FC, 47 and 1A. RGB value is (252,71,26). Sum of RGB (Red+Green+Blue) = 252+71+26=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC471A is #03B8E5. Grayscale: #787878. Windows color (decimal): -243942 or 1722364. OLE color: 1722364.
HSL color Cylindrical-coordinate representation of color #FC471A: hue angle of 11.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC471A is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 26 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.01 |
| HSL | 11.95º | 0.97% | 0.55% | - |
| HSV(B) | 11.95º | 0.9% | 0.99% | - |
| XYZ | 42.58 | 25.28 | 3.61 | - |
| YUV | 119.99 | 74.97 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 26 | 0 | 0.72 | 0.90 | 0.01 | 11.95 | 0.97 | 0.55 |
| Hex | FC | 47 | 1A | 0 | 48 | 5A | 1 | C | 61 | 37 |
| Octal | 374 | 107 | 32 | 0 | 110 | 132 | 1 | 14 | 141 | 67 |
| Binary | 11111100 | 1000111 | 11010 | 0 | 1001000 | 1011010 | 1 | 1100 | 1100001 | 110111 |
Color Harmonies of #FC471A
Complementary color
Monochromatic Colors of #FC471A
Black with #FC471A
Text Example
Text Example
White with #FC471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC471A; }
p { color: rgb(252,71,26); }
H1.HeaderClassName
{
color: #FC471A;
}
.AnyTagClassName
{
color: #FC471A;
}
</style>
background-color css
<style>
a { background-color: #FC471A; }
a { background-color: rgb(252,71,26); }
div.DivClassName
{
background-color: #FC471A;
}
.BgClassName
{
background-color: #FC471A;
}
</style>
border-color css
<style>
span { border-color: #FC471A; }
span { border-color: rgb(252,71,26); }
td.TdClassName
{
border-color: #FC471A;
}
.TagClassName
{
border-color: #FC471A;
}
</style>