Shades of Red Orange #FC4223
Tints of Red Orange #FC4223
RGB
CMYK
RGB Variations
Color information
#FC4223 (or 0xFC4223) is known color: Red Orange. HEX triplet: FC, 42 and 23. RGB value is (252,66,35). Sum of RGB (Red+Green+Blue) = 252+66+35=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4223 is #03BDDC. Grayscale: #767676. Windows color (decimal): -245213 or 2310908. OLE color: 2310908.
HSL color Cylindrical-coordinate representation of color #FC4223: hue angle of 8.57º 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 #FC4223 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 35 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.01 |
| HSL | 8.57º | 0.97% | 0.56% | - |
| HSV(B) | 8.57º | 0.86% | 0.99% | - |
| XYZ | 42.4 | 24.71 | 4.13 | - |
| YUV | 118.08 | 81.12 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 35 | 0 | 0.74 | 0.86 | 0.01 | 8.57 | 0.97 | 0.56 |
| Hex | FC | 42 | 23 | 0 | 4A | 56 | 1 | 9 | 61 | 38 |
| Octal | 374 | 102 | 43 | 0 | 112 | 126 | 1 | 11 | 141 | 70 |
| Binary | 11111100 | 1000010 | 100011 | 0 | 1001010 | 1010110 | 1 | 1001 | 1100001 | 111000 |
Color Harmonies of #FC4223
Complementary color
Monochromatic Colors of #FC4223
Black with #FC4223
Text Example
Text Example
White with #FC4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4223; }
p { color: rgb(252,66,35); }
H1.HeaderClassName
{
color: #FC4223;
}
.AnyTagClassName
{
color: #FC4223;
}
</style>
background-color css
<style>
a { background-color: #FC4223; }
a { background-color: rgb(252,66,35); }
div.DivClassName
{
background-color: #FC4223;
}
.BgClassName
{
background-color: #FC4223;
}
</style>
border-color css
<style>
span { border-color: #FC4223; }
span { border-color: rgb(252,66,35); }
td.TdClassName
{
border-color: #FC4223;
}
.TagClassName
{
border-color: #FC4223;
}
</style>