Shades of Orange Red #FC3502
Tints of Orange Red #FC3502
RGB
CMYK
RGB Variations
Color information
#FC3502 (or 0xFC3502) is known color: Orange Red. HEX triplet: FC, 35 and 02. RGB value is (252,53,2). Sum of RGB (Red+Green+Blue) = 252+53+2=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3502 is #03CAFD. Grayscale: #6B6B6B. Windows color (decimal): -248574 or 144892. OLE color: 144892.
HSL color Cylindrical-coordinate representation of color #FC3502: hue angle of 12.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC3502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.01 |
| HSL | 12.24º | 0.98% | 0.5% | - |
| HSV(B) | 12.24º | 0.99% | 0.99% | - |
| XYZ | 41.43 | 23.25 | 2.36 | - |
| YUV | 106.69 | 68.93 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 2 | 0 | 0.79 | 0.99 | 0.01 | 12.24 | 0.98 | 0.5 |
| Hex | FC | 35 | 2 | 0 | 4F | 63 | 1 | C | 62 | 32 |
| Octal | 374 | 65 | 2 | 0 | 117 | 143 | 1 | 14 | 142 | 62 |
| Binary | 11111100 | 110101 | 10 | 0 | 1001111 | 1100011 | 1 | 1100 | 1100010 | 110010 |
Color Harmonies of #FC3502
Complementary color
Monochromatic Colors of #FC3502
Black with #FC3502
Text Example
Text Example
White with #FC3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3502; }
p { color: rgb(252,53,2); }
H1.HeaderClassName
{
color: #FC3502;
}
.AnyTagClassName
{
color: #FC3502;
}
</style>
background-color css
<style>
a { background-color: #FC3502; }
a { background-color: rgb(252,53,2); }
div.DivClassName
{
background-color: #FC3502;
}
.BgClassName
{
background-color: #FC3502;
}
</style>
border-color css
<style>
span { border-color: #FC3502; }
span { border-color: rgb(252,53,2); }
td.TdClassName
{
border-color: #FC3502;
}
.TagClassName
{
border-color: #FC3502;
}
</style>