Shades of Red Orange #FC452C
Tints of Red Orange #FC452C
RGB
CMYK
RGB Variations
Color information
#FC452C (or 0xFC452C) is known color: Red Orange. HEX triplet: FC, 45 and 2C. RGB value is (252,69,44). Sum of RGB (Red+Green+Blue) = 252+69+44=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC452C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC452C is #03BAD3. Grayscale: #797979. Windows color (decimal): -244436 or 2901500. OLE color: 2901500.
HSL color Cylindrical-coordinate representation of color #FC452C: hue angle of 7.21º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC452C is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 44 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.01 |
| HSL | 7.21º | 0.97% | 0.58% | - |
| HSV(B) | 7.21º | 0.83% | 0.99% | - |
| XYZ | 42.73 | 25.13 | 4.98 | - |
| YUV | 120.87 | 84.63 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 44 | 0 | 0.73 | 0.83 | 0.01 | 7.21 | 0.97 | 0.58 |
| Hex | FC | 45 | 2C | 0 | 49 | 53 | 1 | 7 | 61 | 3A |
| Octal | 374 | 105 | 54 | 0 | 111 | 123 | 1 | 7 | 141 | 72 |
| Binary | 11111100 | 1000101 | 101100 | 0 | 1001001 | 1010011 | 1 | 111 | 1100001 | 111010 |
Color Harmonies of #FC452C
Complementary color
Monochromatic Colors of #FC452C
Black with #FC452C
Text Example
Text Example
White with #FC452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC452C; }
p { color: rgb(252,69,44); }
H1.HeaderClassName
{
color: #FC452C;
}
.AnyTagClassName
{
color: #FC452C;
}
</style>
background-color css
<style>
a { background-color: #FC452C; }
a { background-color: rgb(252,69,44); }
div.DivClassName
{
background-color: #FC452C;
}
.BgClassName
{
background-color: #FC452C;
}
</style>
border-color css
<style>
span { border-color: #FC452C; }
span { border-color: rgb(252,69,44); }
td.TdClassName
{
border-color: #FC452C;
}
.TagClassName
{
border-color: #FC452C;
}
</style>