Shades of Orange Red #FC4301
Tints of Orange Red #FC4301
RGB
CMYK
RGB Variations
Color information
#FC4301 (or 0xFC4301) is known color: Orange Red. HEX triplet: FC, 43 and 01. RGB value is (252,67,1). Sum of RGB (Red+Green+Blue) = 252+67+1=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4301 is #03BCFE. Grayscale: #737373. Windows color (decimal): -244991 or 82940. OLE color: 82940.
HSL color Cylindrical-coordinate representation of color #FC4301: hue angle of 15.78º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC4301 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.01 |
| HSL | 15.78º | 0.99% | 0.5% | - |
| HSV(B) | 15.78º | 1% | 0.99% | - |
| XYZ | 42.16 | 24.71 | 2.58 | - |
| YUV | 114.79 | 63.79 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 1 | 0 | 0.73 | 1.00 | 0.01 | 15.78 | 0.99 | 0.5 |
| Hex | FC | 43 | 1 | 0 | 49 | 64 | 1 | 10 | 63 | 32 |
| Octal | 374 | 103 | 1 | 0 | 111 | 144 | 1 | 20 | 143 | 62 |
| Binary | 11111100 | 1000011 | 1 | 0 | 1001001 | 1100100 | 1 | 10000 | 1100011 | 110010 |
Color Harmonies of #FC4301
Complementary color
Monochromatic Colors of #FC4301
Black with #FC4301
Text Example
Text Example
White with #FC4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4301; }
p { color: rgb(252,67,1); }
H1.HeaderClassName
{
color: #FC4301;
}
.AnyTagClassName
{
color: #FC4301;
}
</style>
background-color css
<style>
a { background-color: #FC4301; }
a { background-color: rgb(252,67,1); }
div.DivClassName
{
background-color: #FC4301;
}
.BgClassName
{
background-color: #FC4301;
}
</style>
border-color css
<style>
span { border-color: #FC4301; }
span { border-color: rgb(252,67,1); }
td.TdClassName
{
border-color: #FC4301;
}
.TagClassName
{
border-color: #FC4301;
}
</style>