Shades of Orange Red #FC4401
Tints of Orange Red #FC4401
RGB
CMYK
RGB Variations
Color information
#FC4401 (or 0xFC4401) is known color: Orange Red. HEX triplet: FC, 44 and 01. RGB value is (252,68,1). Sum of RGB (Red+Green+Blue) = 252+68+1=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4401 is #03BBFE. Grayscale: #737373. Windows color (decimal): -244735 or 83196. OLE color: 83196.
HSL color Cylindrical-coordinate representation of color #FC4401: hue angle of 16.02º 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 #FC4401 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.01 |
| HSL | 16.02º | 0.99% | 0.5% | - |
| HSV(B) | 16.02º | 1% | 0.99% | - |
| XYZ | 42.22 | 24.83 | 2.6 | - |
| YUV | 115.38 | 63.46 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 1 | 0 | 0.73 | 1.00 | 0.01 | 16.02 | 0.99 | 0.5 |
| Hex | FC | 44 | 1 | 0 | 49 | 64 | 1 | 10 | 63 | 32 |
| Octal | 374 | 104 | 1 | 0 | 111 | 144 | 1 | 20 | 143 | 62 |
| Binary | 11111100 | 1000100 | 1 | 0 | 1001001 | 1100100 | 1 | 10000 | 1100011 | 110010 |
Color Harmonies of #FC4401
Complementary color
Monochromatic Colors of #FC4401
Black with #FC4401
Text Example
Text Example
White with #FC4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4401; }
p { color: rgb(252,68,1); }
H1.HeaderClassName
{
color: #FC4401;
}
.AnyTagClassName
{
color: #FC4401;
}
</style>
background-color css
<style>
a { background-color: #FC4401; }
a { background-color: rgb(252,68,1); }
div.DivClassName
{
background-color: #FC4401;
}
.BgClassName
{
background-color: #FC4401;
}
</style>
border-color css
<style>
span { border-color: #FC4401; }
span { border-color: rgb(252,68,1); }
td.TdClassName
{
border-color: #FC4401;
}
.TagClassName
{
border-color: #FC4401;
}
</style>