Shades of Orange Red #FC4300
Tints of Orange Red #FC4300
RGB
CMYK
RGB Variations
Color information
#FC4300 (or 0xFC4300) is known color: Orange Red. HEX triplet: FC, 43 and 00. RGB value is (252,67,0). Sum of RGB (Red+Green+Blue) = 252+67+0=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4300 is #03BCFF. Grayscale: #737373. Windows color (decimal): -244992 or 17404. OLE color: 17404.
HSL color Cylindrical-coordinate representation of color #FC4300: hue angle of 15.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC4300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.01 |
| HSL | 15.95º | 1% | 0.49% | - |
| HSV(B) | 15.95º | 1% | 0.99% | - |
| XYZ | 42.15 | 24.71 | 2.55 | - |
| YUV | 114.68 | 63.29 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 0 | 0 | 0.73 | 1 | 0.01 | 15.95 | 1 | 0.49 |
| Hex | FC | 43 | 0 | 0 | 49 | 64 | 1 | 10 | 64 | 31 |
| Octal | 374 | 103 | 0 | 0 | 111 | 144 | 1 | 20 | 144 | 61 |
| Binary | 11111100 | 1000011 | 0 | 0 | 1001001 | 1100100 | 1 | 10000 | 1100100 | 110001 |
Color Harmonies of #FC4300
Complementary color
Monochromatic Colors of #FC4300
Black with #FC4300
Text Example
Text Example
White with #FC4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4300; }
p { color: rgb(252,67,0); }
H1.HeaderClassName
{
color: #FC4300;
}
.AnyTagClassName
{
color: #FC4300;
}
</style>
background-color css
<style>
a { background-color: #FC4300; }
a { background-color: rgb(252,67,0); }
div.DivClassName
{
background-color: #FC4300;
}
.BgClassName
{
background-color: #FC4300;
}
</style>
border-color css
<style>
span { border-color: #FC4300; }
span { border-color: rgb(252,67,0); }
td.TdClassName
{
border-color: #FC4300;
}
.TagClassName
{
border-color: #FC4300;
}
</style>