Shades of Red Orange #FC4229
Tints of Red Orange #FC4229
RGB
CMYK
RGB Variations
Color information
#FC4229 (or 0xFC4229) is known color: Red Orange. HEX triplet: FC, 42 and 29. RGB value is (252,66,41). Sum of RGB (Red+Green+Blue) = 252+66+41=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4229 is #03BDD6. Grayscale: #777777. Windows color (decimal): -245207 or 2704124. OLE color: 2704124.
HSL color Cylindrical-coordinate representation of color #FC4229: hue angle of 7.11º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC4229 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 41 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.01 |
| HSL | 7.11º | 0.97% | 0.57% | - |
| HSV(B) | 7.11º | 0.84% | 0.99% | - |
| XYZ | 42.49 | 24.75 | 4.64 | - |
| YUV | 118.76 | 84.12 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 41 | 0 | 0.74 | 0.84 | 0.01 | 7.11 | 0.97 | 0.57 |
| Hex | FC | 42 | 29 | 0 | 4A | 54 | 1 | 7 | 61 | 39 |
| Octal | 374 | 102 | 51 | 0 | 112 | 124 | 1 | 7 | 141 | 71 |
| Binary | 11111100 | 1000010 | 101001 | 0 | 1001010 | 1010100 | 1 | 111 | 1100001 | 111001 |
Color Harmonies of #FC4229
Complementary color
Monochromatic Colors of #FC4229
Black with #FC4229
Text Example
Text Example
White with #FC4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4229; }
p { color: rgb(252,66,41); }
H1.HeaderClassName
{
color: #FC4229;
}
.AnyTagClassName
{
color: #FC4229;
}
</style>
background-color css
<style>
a { background-color: #FC4229; }
a { background-color: rgb(252,66,41); }
div.DivClassName
{
background-color: #FC4229;
}
.BgClassName
{
background-color: #FC4229;
}
</style>
border-color css
<style>
span { border-color: #FC4229; }
span { border-color: rgb(252,66,41); }
td.TdClassName
{
border-color: #FC4229;
}
.TagClassName
{
border-color: #FC4229;
}
</style>