Shades of Red Orange #FC4324
Tints of Red Orange #FC4324
RGB
CMYK
RGB Variations
Color information
#FC4324 (or 0xFC4324) is known color: Red Orange. HEX triplet: FC, 43 and 24. RGB value is (252,67,36). Sum of RGB (Red+Green+Blue) = 252+67+36=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4324 is #03BCDB. Grayscale: #777777. Windows color (decimal): -244956 or 2376700. OLE color: 2376700.
HSL color Cylindrical-coordinate representation of color #FC4324: hue angle of 8.61º 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 #FC4324 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 36 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.01 |
| HSL | 8.61º | 0.97% | 0.56% | - |
| HSV(B) | 8.61º | 0.86% | 0.99% | - |
| XYZ | 42.47 | 24.84 | 4.22 | - |
| YUV | 118.78 | 81.29 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 36 | 0 | 0.73 | 0.86 | 0.01 | 8.61 | 0.97 | 0.56 |
| Hex | FC | 43 | 24 | 0 | 49 | 56 | 1 | 9 | 61 | 38 |
| Octal | 374 | 103 | 44 | 0 | 111 | 126 | 1 | 11 | 141 | 70 |
| Binary | 11111100 | 1000011 | 100100 | 0 | 1001001 | 1010110 | 1 | 1001 | 1100001 | 111000 |
Color Harmonies of #FC4324
Complementary color
Monochromatic Colors of #FC4324
Black with #FC4324
Text Example
Text Example
White with #FC4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4324; }
p { color: rgb(252,67,36); }
H1.HeaderClassName
{
color: #FC4324;
}
.AnyTagClassName
{
color: #FC4324;
}
</style>
background-color css
<style>
a { background-color: #FC4324; }
a { background-color: rgb(252,67,36); }
div.DivClassName
{
background-color: #FC4324;
}
.BgClassName
{
background-color: #FC4324;
}
</style>
border-color css
<style>
span { border-color: #FC4324; }
span { border-color: rgb(252,67,36); }
td.TdClassName
{
border-color: #FC4324;
}
.TagClassName
{
border-color: #FC4324;
}
</style>