Shades of Red Orange #FC4224
Tints of Red Orange #FC4224
RGB
CMYK
RGB Variations
Color information
#FC4224 (or 0xFC4224) is known color: Red Orange. HEX triplet: FC, 42 and 24. RGB value is (252,66,36). Sum of RGB (Red+Green+Blue) = 252+66+36=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4224 is #03BDDB. Grayscale: #767676. Windows color (decimal): -245212 or 2376444. OLE color: 2376444.
HSL color Cylindrical-coordinate representation of color #FC4224: hue angle of 8.33º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC4224 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 36 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.01 |
| HSL | 8.33º | 0.97% | 0.56% | - |
| HSV(B) | 8.33º | 0.86% | 0.99% | - |
| XYZ | 42.41 | 24.72 | 4.21 | - |
| YUV | 118.19 | 81.62 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 36 | 0 | 0.74 | 0.86 | 0.01 | 8.33 | 0.97 | 0.56 |
| Hex | FC | 42 | 24 | 0 | 4A | 56 | 1 | 8 | 61 | 38 |
| Octal | 374 | 102 | 44 | 0 | 112 | 126 | 1 | 10 | 141 | 70 |
| Binary | 11111100 | 1000010 | 100100 | 0 | 1001010 | 1010110 | 1 | 1000 | 1100001 | 111000 |
Color Harmonies of #FC4224
Complementary color
Monochromatic Colors of #FC4224
Black with #FC4224
Text Example
Text Example
White with #FC4224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4224; }
p { color: rgb(252,66,36); }
H1.HeaderClassName
{
color: #FC4224;
}
.AnyTagClassName
{
color: #FC4224;
}
</style>
background-color css
<style>
a { background-color: #FC4224; }
a { background-color: rgb(252,66,36); }
div.DivClassName
{
background-color: #FC4224;
}
.BgClassName
{
background-color: #FC4224;
}
</style>
border-color css
<style>
span { border-color: #FC4224; }
span { border-color: rgb(252,66,36); }
td.TdClassName
{
border-color: #FC4224;
}
.TagClassName
{
border-color: #FC4224;
}
</style>