Shades of Red Orange #FC452A
Tints of Red Orange #FC452A
RGB
CMYK
RGB Variations
Color information
#FC452A (or 0xFC452A) is known color: Red Orange. HEX triplet: FC, 45 and 2A. RGB value is (252,69,42). Sum of RGB (Red+Green+Blue) = 252+69+42=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC452A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC452A is #03BAD5. Grayscale: #787878. Windows color (decimal): -244438 or 2770428. OLE color: 2770428.
HSL color Cylindrical-coordinate representation of color #FC452A: hue angle of 7.71º 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 #FC452A is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 42 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.01 |
| HSL | 7.71º | 0.97% | 0.58% | - |
| HSV(B) | 7.71º | 0.83% | 0.99% | - |
| XYZ | 42.69 | 25.12 | 4.79 | - |
| YUV | 120.64 | 83.63 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 42 | 0 | 0.73 | 0.83 | 0.01 | 7.71 | 0.97 | 0.58 |
| Hex | FC | 45 | 2A | 0 | 49 | 53 | 1 | 8 | 61 | 3A |
| Octal | 374 | 105 | 52 | 0 | 111 | 123 | 1 | 10 | 141 | 72 |
| Binary | 11111100 | 1000101 | 101010 | 0 | 1001001 | 1010011 | 1 | 1000 | 1100001 | 111010 |
Color Harmonies of #FC452A
Complementary color
Monochromatic Colors of #FC452A
Black with #FC452A
Text Example
Text Example
White with #FC452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC452A; }
p { color: rgb(252,69,42); }
H1.HeaderClassName
{
color: #FC452A;
}
.AnyTagClassName
{
color: #FC452A;
}
</style>
background-color css
<style>
a { background-color: #FC452A; }
a { background-color: rgb(252,69,42); }
div.DivClassName
{
background-color: #FC452A;
}
.BgClassName
{
background-color: #FC452A;
}
</style>
border-color css
<style>
span { border-color: #FC452A; }
span { border-color: rgb(252,69,42); }
td.TdClassName
{
border-color: #FC452A;
}
.TagClassName
{
border-color: #FC452A;
}
</style>