Shades of Orange Red #FC4309
Tints of Orange Red #FC4309
RGB
CMYK
RGB Variations
Color information
#FC4309 (or 0xFC4309) is known color: Orange Red. HEX triplet: FC, 43 and 09. RGB value is (252,67,9). Sum of RGB (Red+Green+Blue) = 252+67+9=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4309 is #03BCF6. Grayscale: #747474. Windows color (decimal): -244983 or 607228. OLE color: 607228.
HSL color Cylindrical-coordinate representation of color #FC4309: hue angle of 14.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC4309 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 9 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.01 |
| HSL | 14.32º | 0.98% | 0.51% | - |
| HSV(B) | 14.32º | 0.96% | 0.99% | - |
| XYZ | 42.2 | 24.73 | 2.81 | - |
| YUV | 115.7 | 67.79 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 9 | 0 | 0.73 | 0.96 | 0.01 | 14.32 | 0.98 | 0.51 |
| Hex | FC | 43 | 9 | 0 | 49 | 60 | 1 | E | 62 | 33 |
| Octal | 374 | 103 | 11 | 0 | 111 | 140 | 1 | 16 | 142 | 63 |
| Binary | 11111100 | 1000011 | 1001 | 0 | 1001001 | 1100000 | 1 | 1110 | 1100010 | 110011 |
Color Harmonies of #FC4309
Complementary color
Monochromatic Colors of #FC4309
Black with #FC4309
Text Example
Text Example
White with #FC4309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4309; }
p { color: rgb(252,67,9); }
H1.HeaderClassName
{
color: #FC4309;
}
.AnyTagClassName
{
color: #FC4309;
}
</style>
background-color css
<style>
a { background-color: #FC4309; }
a { background-color: rgb(252,67,9); }
div.DivClassName
{
background-color: #FC4309;
}
.BgClassName
{
background-color: #FC4309;
}
</style>
border-color css
<style>
span { border-color: #FC4309; }
span { border-color: rgb(252,67,9); }
td.TdClassName
{
border-color: #FC4309;
}
.TagClassName
{
border-color: #FC4309;
}
</style>