Shades of Red Orange #FC4022
Tints of Red Orange #FC4022
RGB
CMYK
RGB Variations
Color information
#FC4022 (or 0xFC4022) is known color: Red Orange. HEX triplet: FC, 40 and 22. RGB value is (252,64,34). Sum of RGB (Red+Green+Blue) = 252+64+34=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4022 is #03BFDD. Grayscale: #757575. Windows color (decimal): -245726 or 2244860. OLE color: 2244860.
HSL color Cylindrical-coordinate representation of color #FC4022: hue angle of 8.26º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC4022 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 34 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.01 |
| HSL | 8.26º | 0.97% | 0.56% | - |
| HSV(B) | 8.26º | 0.87% | 0.99% | - |
| XYZ | 42.27 | 24.48 | 4.01 | - |
| YUV | 116.79 | 81.28 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 34 | 0 | 0.75 | 0.87 | 0.01 | 8.26 | 0.97 | 0.56 |
| Hex | FC | 40 | 22 | 0 | 4B | 57 | 1 | 8 | 61 | 38 |
| Octal | 374 | 100 | 42 | 0 | 113 | 127 | 1 | 10 | 141 | 70 |
| Binary | 11111100 | 1000000 | 100010 | 0 | 1001011 | 1010111 | 1 | 1000 | 1100001 | 111000 |
Color Harmonies of #FC4022
Complementary color
Monochromatic Colors of #FC4022
Black with #FC4022
Text Example
Text Example
White with #FC4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4022; }
p { color: rgb(252,64,34); }
H1.HeaderClassName
{
color: #FC4022;
}
.AnyTagClassName
{
color: #FC4022;
}
</style>
background-color css
<style>
a { background-color: #FC4022; }
a { background-color: rgb(252,64,34); }
div.DivClassName
{
background-color: #FC4022;
}
.BgClassName
{
background-color: #FC4022;
}
</style>
border-color css
<style>
span { border-color: #FC4022; }
span { border-color: rgb(252,64,34); }
td.TdClassName
{
border-color: #FC4022;
}
.TagClassName
{
border-color: #FC4022;
}
</style>