Shades of Red Orange #FC302D
Tints of Red Orange #FC302D
RGB
CMYK
RGB Variations
Color information
#FC302D (or 0xFC302D) is known color: Red Orange. HEX triplet: FC, 30 and 2D. RGB value is (252,48,45). Sum of RGB (Red+Green+Blue) = 252+48+45=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC302D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC302D is #03CFD2. Grayscale: #6C6C6C. Windows color (decimal): -249811 or 2961660. OLE color: 2961660.
HSL color Cylindrical-coordinate representation of color #FC302D: hue angle of 0.87º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC302D is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 45 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.01 |
| HSL | 0.87º | 0.97% | 0.58% | - |
| HSV(B) | 0.87º | 0.82% | 0.99% | - |
| XYZ | 41.68 | 23 | 4.73 | - |
| YUV | 108.65 | 92.09 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 45 | 0 | 0.81 | 0.82 | 0.01 | 0.87 | 0.97 | 0.58 |
| Hex | FC | 30 | 2D | 0 | 51 | 52 | 1 | 1 | 61 | 3A |
| Octal | 374 | 60 | 55 | 0 | 121 | 122 | 1 | 1 | 141 | 72 |
| Binary | 11111100 | 110000 | 101101 | 0 | 1010001 | 1010010 | 1 | 1 | 1100001 | 111010 |
Color Harmonies of #FC302D
Complementary color
Monochromatic Colors of #FC302D
Black with #FC302D
Text Example
Text Example
White with #FC302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC302D; }
p { color: rgb(252,48,45); }
H1.HeaderClassName
{
color: #FC302D;
}
.AnyTagClassName
{
color: #FC302D;
}
</style>
background-color css
<style>
a { background-color: #FC302D; }
a { background-color: rgb(252,48,45); }
div.DivClassName
{
background-color: #FC302D;
}
.BgClassName
{
background-color: #FC302D;
}
</style>
border-color css
<style>
span { border-color: #FC302D; }
span { border-color: rgb(252,48,45); }
td.TdClassName
{
border-color: #FC302D;
}
.TagClassName
{
border-color: #FC302D;
}
</style>