Shades of Red Orange #FC461D
Tints of Red Orange #FC461D
RGB
CMYK
RGB Variations
Color information
#FC461D (or 0xFC461D) is known color: Red Orange. HEX triplet: FC, 46 and 1D. RGB value is (252,70,29). Sum of RGB (Red+Green+Blue) = 252+70+29=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC461D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC461D is #03B9E2. Grayscale: #787878. Windows color (decimal): -244195 or 1918716. OLE color: 1918716.
HSL color Cylindrical-coordinate representation of color #FC461D: hue angle of 11.03º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC461D is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 29 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.01 |
| HSL | 11.03º | 0.97% | 0.55% | - |
| HSV(B) | 11.03º | 0.88% | 0.99% | - |
| XYZ | 42.56 | 25.16 | 3.78 | - |
| YUV | 119.74 | 76.8 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 29 | 0 | 0.72 | 0.88 | 0.01 | 11.03 | 0.97 | 0.55 |
| Hex | FC | 46 | 1D | 0 | 48 | 58 | 1 | B | 61 | 37 |
| Octal | 374 | 106 | 35 | 0 | 110 | 130 | 1 | 13 | 141 | 67 |
| Binary | 11111100 | 1000110 | 11101 | 0 | 1001000 | 1011000 | 1 | 1011 | 1100001 | 110111 |
Color Harmonies of #FC461D
Complementary color
Monochromatic Colors of #FC461D
Black with #FC461D
Text Example
Text Example
White with #FC461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC461D; }
p { color: rgb(252,70,29); }
H1.HeaderClassName
{
color: #FC461D;
}
.AnyTagClassName
{
color: #FC461D;
}
</style>
background-color css
<style>
a { background-color: #FC461D; }
a { background-color: rgb(252,70,29); }
div.DivClassName
{
background-color: #FC461D;
}
.BgClassName
{
background-color: #FC461D;
}
</style>
border-color css
<style>
span { border-color: #FC461D; }
span { border-color: rgb(252,70,29); }
td.TdClassName
{
border-color: #FC461D;
}
.TagClassName
{
border-color: #FC461D;
}
</style>