Shades of Orange Red #FC400D
Tints of Orange Red #FC400D
RGB
CMYK
RGB Variations
Color information
#FC400D (or 0xFC400D) is known color: Orange Red. HEX triplet: FC, 40 and 0D. RGB value is (252,64,13). Sum of RGB (Red+Green+Blue) = 252+64+13=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC400D is #03BFF2. Grayscale: #727272. Windows color (decimal): -245747 or 868604. OLE color: 868604.
HSL color Cylindrical-coordinate representation of color #FC400D: hue angle of 12.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC400D is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 13 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.01 |
| HSL | 12.8º | 0.98% | 0.52% | - |
| HSV(B) | 12.8º | 0.95% | 0.99% | - |
| XYZ | 42.05 | 24.39 | 2.87 | - |
| YUV | 114.4 | 70.78 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 13 | 0 | 0.75 | 0.95 | 0.01 | 12.8 | 0.98 | 0.52 |
| Hex | FC | 40 | D | 0 | 4B | 5F | 1 | D | 62 | 34 |
| Octal | 374 | 100 | 15 | 0 | 113 | 137 | 1 | 15 | 142 | 64 |
| Binary | 11111100 | 1000000 | 1101 | 0 | 1001011 | 1011111 | 1 | 1101 | 1100010 | 110100 |
Color Harmonies of #FC400D
Complementary color
Monochromatic Colors of #FC400D
Black with #FC400D
Text Example
Text Example
White with #FC400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC400D; }
p { color: rgb(252,64,13); }
H1.HeaderClassName
{
color: #FC400D;
}
.AnyTagClassName
{
color: #FC400D;
}
</style>
background-color css
<style>
a { background-color: #FC400D; }
a { background-color: rgb(252,64,13); }
div.DivClassName
{
background-color: #FC400D;
}
.BgClassName
{
background-color: #FC400D;
}
</style>
border-color css
<style>
span { border-color: #FC400D; }
span { border-color: rgb(252,64,13); }
td.TdClassName
{
border-color: #FC400D;
}
.TagClassName
{
border-color: #FC400D;
}
</style>