Shades of Red Orange #FC4D28
Tints of Red Orange #FC4D28
RGB
CMYK
RGB Variations
Color information
#FC4D28 (or 0xFC4D28) is known color: Red Orange. HEX triplet: FC, 4D and 28. RGB value is (252,77,40). Sum of RGB (Red+Green+Blue) = 252+77+40=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4D28 is #03B2D7. Grayscale: #7D7D7D. Windows color (decimal): -242392 or 2641404. OLE color: 2641404.
HSL color Cylindrical-coordinate representation of color #FC4D28: hue angle of 10.47º 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 #FC4D28 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 40 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.01 |
| HSL | 10.47º | 0.97% | 0.57% | - |
| HSV(B) | 10.47º | 0.84% | 0.99% | - |
| XYZ | 43.18 | 26.16 | 4.78 | - |
| YUV | 125.11 | 79.98 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 40 | 0 | 0.69 | 0.84 | 0.01 | 10.47 | 0.97 | 0.57 |
| Hex | FC | 4D | 28 | 0 | 45 | 54 | 1 | A | 61 | 39 |
| Octal | 374 | 115 | 50 | 0 | 105 | 124 | 1 | 12 | 141 | 71 |
| Binary | 11111100 | 1001101 | 101000 | 0 | 1000101 | 1010100 | 1 | 1010 | 1100001 | 111001 |
Color Harmonies of #FC4D28
Complementary color
Monochromatic Colors of #FC4D28
Black with #FC4D28
Text Example
Text Example
White with #FC4D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D28; }
p { color: rgb(252,77,40); }
H1.HeaderClassName
{
color: #FC4D28;
}
.AnyTagClassName
{
color: #FC4D28;
}
</style>
background-color css
<style>
a { background-color: #FC4D28; }
a { background-color: rgb(252,77,40); }
div.DivClassName
{
background-color: #FC4D28;
}
.BgClassName
{
background-color: #FC4D28;
}
</style>
border-color css
<style>
span { border-color: #FC4D28; }
span { border-color: rgb(252,77,40); }
td.TdClassName
{
border-color: #FC4D28;
}
.TagClassName
{
border-color: #FC4D28;
}
</style>