Shades of Red Orange #FC4D2D
Tints of Red Orange #FC4D2D
RGB
CMYK
RGB Variations
Color information
#FC4D2D (or 0xFC4D2D) is known color: Red Orange. HEX triplet: FC, 4D and 2D. RGB value is (252,77,45). Sum of RGB (Red+Green+Blue) = 252+77+45=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4D2D is #03B2D2. Grayscale: #7D7D7D. Windows color (decimal): -242387 or 2969084. OLE color: 2969084.
HSL color Cylindrical-coordinate representation of color #FC4D2D: hue angle of 9.28º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC4D2D is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 45 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.01 |
| HSL | 9.28º | 0.97% | 0.58% | - |
| HSV(B) | 9.28º | 0.82% | 0.99% | - |
| XYZ | 43.27 | 26.19 | 5.26 | - |
| YUV | 125.68 | 82.48 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 45 | 0 | 0.69 | 0.82 | 0.01 | 9.28 | 0.97 | 0.58 |
| Hex | FC | 4D | 2D | 0 | 45 | 52 | 1 | 9 | 61 | 3A |
| Octal | 374 | 115 | 55 | 0 | 105 | 122 | 1 | 11 | 141 | 72 |
| Binary | 11111100 | 1001101 | 101101 | 0 | 1000101 | 1010010 | 1 | 1001 | 1100001 | 111010 |
Color Harmonies of #FC4D2D
Complementary color
Monochromatic Colors of #FC4D2D
Black with #FC4D2D
Text Example
Text Example
White with #FC4D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D2D; }
p { color: rgb(252,77,45); }
H1.HeaderClassName
{
color: #FC4D2D;
}
.AnyTagClassName
{
color: #FC4D2D;
}
</style>
background-color css
<style>
a { background-color: #FC4D2D; }
a { background-color: rgb(252,77,45); }
div.DivClassName
{
background-color: #FC4D2D;
}
.BgClassName
{
background-color: #FC4D2D;
}
</style>
border-color css
<style>
span { border-color: #FC4D2D; }
span { border-color: rgb(252,77,45); }
td.TdClassName
{
border-color: #FC4D2D;
}
.TagClassName
{
border-color: #FC4D2D;
}
</style>