Shades of Orange Red #FC4206
Tints of Orange Red #FC4206
RGB
CMYK
RGB Variations
Color information
#FC4206 (or 0xFC4206) is known color: Orange Red. HEX triplet: FC, 42 and 06. RGB value is (252,66,6). Sum of RGB (Red+Green+Blue) = 252+66+6=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4206 is #03BDF9. Grayscale: #737373. Windows color (decimal): -245242 or 410364. OLE color: 410364.
HSL color Cylindrical-coordinate representation of color #FC4206: hue angle of 14.63º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC4206 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 6 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.01 |
| HSL | 14.63º | 0.98% | 0.51% | - |
| HSV(B) | 14.63º | 0.98% | 0.99% | - |
| XYZ | 42.13 | 24.61 | 2.7 | - |
| YUV | 114.77 | 66.62 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 6 | 0 | 0.74 | 0.98 | 0.01 | 14.63 | 0.98 | 0.51 |
| Hex | FC | 42 | 6 | 0 | 4A | 62 | 1 | F | 62 | 33 |
| Octal | 374 | 102 | 6 | 0 | 112 | 142 | 1 | 17 | 142 | 63 |
| Binary | 11111100 | 1000010 | 110 | 0 | 1001010 | 1100010 | 1 | 1111 | 1100010 | 110011 |
Color Harmonies of #FC4206
Complementary color
Monochromatic Colors of #FC4206
Black with #FC4206
Text Example
Text Example
White with #FC4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4206; }
p { color: rgb(252,66,6); }
H1.HeaderClassName
{
color: #FC4206;
}
.AnyTagClassName
{
color: #FC4206;
}
</style>
background-color css
<style>
a { background-color: #FC4206; }
a { background-color: rgb(252,66,6); }
div.DivClassName
{
background-color: #FC4206;
}
.BgClassName
{
background-color: #FC4206;
}
</style>
border-color css
<style>
span { border-color: #FC4206; }
span { border-color: rgb(252,66,6); }
td.TdClassName
{
border-color: #FC4206;
}
.TagClassName
{
border-color: #FC4206;
}
</style>