Shades of Red Orange #FC401C
Tints of Red Orange #FC401C
RGB
CMYK
RGB Variations
Color information
#FC401C (or 0xFC401C) is known color: Red Orange. HEX triplet: FC, 40 and 1C. RGB value is (252,64,28). Sum of RGB (Red+Green+Blue) = 252+64+28=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC401C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC401C is #03BFE3. Grayscale: #747474. Windows color (decimal): -245732 or 1851644. OLE color: 1851644.
HSL color Cylindrical-coordinate representation of color #FC401C: hue angle of 9.64º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC401C is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 28 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.01 |
| HSL | 9.64º | 0.97% | 0.55% | - |
| HSV(B) | 9.64º | 0.89% | 0.99% | - |
| XYZ | 42.19 | 24.45 | 3.59 | - |
| YUV | 116.11 | 78.28 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 28 | 0 | 0.75 | 0.89 | 0.01 | 9.64 | 0.97 | 0.55 |
| Hex | FC | 40 | 1C | 0 | 4B | 59 | 1 | A | 61 | 37 |
| Octal | 374 | 100 | 34 | 0 | 113 | 131 | 1 | 12 | 141 | 67 |
| Binary | 11111100 | 1000000 | 11100 | 0 | 1001011 | 1011001 | 1 | 1010 | 1100001 | 110111 |
Color Harmonies of #FC401C
Complementary color
Monochromatic Colors of #FC401C
Black with #FC401C
Text Example
Text Example
White with #FC401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC401C; }
p { color: rgb(252,64,28); }
H1.HeaderClassName
{
color: #FC401C;
}
.AnyTagClassName
{
color: #FC401C;
}
</style>
background-color css
<style>
a { background-color: #FC401C; }
a { background-color: rgb(252,64,28); }
div.DivClassName
{
background-color: #FC401C;
}
.BgClassName
{
background-color: #FC401C;
}
</style>
border-color css
<style>
span { border-color: #FC401C; }
span { border-color: rgb(252,64,28); }
td.TdClassName
{
border-color: #FC401C;
}
.TagClassName
{
border-color: #FC401C;
}
</style>