Shades of Orange Red #FC4800
Tints of Orange Red #FC4800
RGB
CMYK
RGB Variations
Color information
#FC4800 (or 0xFC4800) is known color: Orange Red. HEX triplet: FC, 48 and 00. RGB value is (252,72,0). Sum of RGB (Red+Green+Blue) = 252+72+0=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4800 is #03B7FF. Grayscale: #767676. Windows color (decimal): -243712 or 18684. OLE color: 18684.
HSL color Cylindrical-coordinate representation of color #FC4800: hue angle of 17.14º 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 #FC4800 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.01 |
| HSL | 17.14º | 1% | 0.49% | - |
| HSV(B) | 17.14º | 1% | 0.99% | - |
| XYZ | 42.46 | 25.33 | 2.65 | - |
| YUV | 117.61 | 61.63 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 0 | 0 | 0.71 | 1 | 0.01 | 17.14 | 1 | 0.49 |
| Hex | FC | 48 | 0 | 0 | 47 | 64 | 1 | 11 | 64 | 31 |
| Octal | 374 | 110 | 0 | 0 | 107 | 144 | 1 | 21 | 144 | 61 |
| Binary | 11111100 | 1001000 | 0 | 0 | 1000111 | 1100100 | 1 | 10001 | 1100100 | 110001 |
Color Harmonies of #FC4800
Complementary color
Monochromatic Colors of #FC4800
Black with #FC4800
Text Example
Text Example
White with #FC4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4800; }
p { color: rgb(252,72,0); }
H1.HeaderClassName
{
color: #FC4800;
}
.AnyTagClassName
{
color: #FC4800;
}
</style>
background-color css
<style>
a { background-color: #FC4800; }
a { background-color: rgb(252,72,0); }
div.DivClassName
{
background-color: #FC4800;
}
.BgClassName
{
background-color: #FC4800;
}
</style>
border-color css
<style>
span { border-color: #FC4800; }
span { border-color: rgb(252,72,0); }
td.TdClassName
{
border-color: #FC4800;
}
.TagClassName
{
border-color: #FC4800;
}
</style>