Shades of Orange Red #FC410A
Tints of Orange Red #FC410A
RGB
CMYK
RGB Variations
Color information
#FC410A (or 0xFC410A) is known color: Orange Red. HEX triplet: FC, 41 and 0A. RGB value is (252,65,10). Sum of RGB (Red+Green+Blue) = 252+65+10=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC410A is #03BEF5. Grayscale: #737373. Windows color (decimal): -245494 or 672252. OLE color: 672252.
HSL color Cylindrical-coordinate representation of color #FC410A: hue angle of 13.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC410A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 10 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.01 |
| HSL | 13.64º | 0.98% | 0.51% | - |
| HSV(B) | 13.64º | 0.96% | 0.99% | - |
| XYZ | 42.09 | 24.5 | 2.8 | - |
| YUV | 114.64 | 68.95 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 10 | 0 | 0.74 | 0.96 | 0.01 | 13.64 | 0.98 | 0.51 |
| Hex | FC | 41 | A | 0 | 4A | 60 | 1 | E | 62 | 33 |
| Octal | 374 | 101 | 12 | 0 | 112 | 140 | 1 | 16 | 142 | 63 |
| Binary | 11111100 | 1000001 | 1010 | 0 | 1001010 | 1100000 | 1 | 1110 | 1100010 | 110011 |
Color Harmonies of #FC410A
Complementary color
Monochromatic Colors of #FC410A
Black with #FC410A
Text Example
Text Example
White with #FC410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC410A; }
p { color: rgb(252,65,10); }
H1.HeaderClassName
{
color: #FC410A;
}
.AnyTagClassName
{
color: #FC410A;
}
</style>
background-color css
<style>
a { background-color: #FC410A; }
a { background-color: rgb(252,65,10); }
div.DivClassName
{
background-color: #FC410A;
}
.BgClassName
{
background-color: #FC410A;
}
</style>
border-color css
<style>
span { border-color: #FC410A; }
span { border-color: rgb(252,65,10); }
td.TdClassName
{
border-color: #FC410A;
}
.TagClassName
{
border-color: #FC410A;
}
</style>