Shades of Orange Red #FC4302
Tints of Orange Red #FC4302
RGB
CMYK
RGB Variations
Color information
#FC4302 (or 0xFC4302) is known color: Orange Red. HEX triplet: FC, 43 and 02. RGB value is (252,67,2). Sum of RGB (Red+Green+Blue) = 252+67+2=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4302 is #03BCFD. Grayscale: #737373. Windows color (decimal): -244990 or 148476. OLE color: 148476.
HSL color Cylindrical-coordinate representation of color #FC4302: hue angle of 15.6º 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 #FC4302 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.01 |
| HSL | 15.6º | 0.98% | 0.5% | - |
| HSV(B) | 15.6º | 0.99% | 0.99% | - |
| XYZ | 42.16 | 24.71 | 2.61 | - |
| YUV | 114.91 | 64.29 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 2 | 0 | 0.73 | 0.99 | 0.01 | 15.6 | 0.98 | 0.5 |
| Hex | FC | 43 | 2 | 0 | 49 | 63 | 1 | 10 | 62 | 32 |
| Octal | 374 | 103 | 2 | 0 | 111 | 143 | 1 | 20 | 142 | 62 |
| Binary | 11111100 | 1000011 | 10 | 0 | 1001001 | 1100011 | 1 | 10000 | 1100010 | 110010 |
Color Harmonies of #FC4302
Complementary color
Monochromatic Colors of #FC4302
Black with #FC4302
Text Example
Text Example
White with #FC4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4302; }
p { color: rgb(252,67,2); }
H1.HeaderClassName
{
color: #FC4302;
}
.AnyTagClassName
{
color: #FC4302;
}
</style>
background-color css
<style>
a { background-color: #FC4302; }
a { background-color: rgb(252,67,2); }
div.DivClassName
{
background-color: #FC4302;
}
.BgClassName
{
background-color: #FC4302;
}
</style>
border-color css
<style>
span { border-color: #FC4302; }
span { border-color: rgb(252,67,2); }
td.TdClassName
{
border-color: #FC4302;
}
.TagClassName
{
border-color: #FC4302;
}
</style>