Shades of Red Orange #FC411B
Tints of Red Orange #FC411B
RGB
CMYK
RGB Variations
Color information
#FC411B (or 0xFC411B) is known color: Red Orange. HEX triplet: FC, 41 and 1B. RGB value is (252,65,27). Sum of RGB (Red+Green+Blue) = 252+65+27=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC411B is #03BEE4. Grayscale: #747474. Windows color (decimal): -245477 or 1786364. OLE color: 1786364.
HSL color Cylindrical-coordinate representation of color #FC411B: hue angle of 10.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC411B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 27 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.01 |
| HSL | 10.13º | 0.97% | 0.55% | - |
| HSV(B) | 10.13º | 0.89% | 0.99% | - |
| XYZ | 42.23 | 24.56 | 3.55 | - |
| YUV | 116.58 | 77.45 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 27 | 0 | 0.74 | 0.89 | 0.01 | 10.13 | 0.97 | 0.55 |
| Hex | FC | 41 | 1B | 0 | 4A | 59 | 1 | A | 61 | 37 |
| Octal | 374 | 101 | 33 | 0 | 112 | 131 | 1 | 12 | 141 | 67 |
| Binary | 11111100 | 1000001 | 11011 | 0 | 1001010 | 1011001 | 1 | 1010 | 1100001 | 110111 |
Color Harmonies of #FC411B
Complementary color
Monochromatic Colors of #FC411B
Black with #FC411B
Text Example
Text Example
White with #FC411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC411B; }
p { color: rgb(252,65,27); }
H1.HeaderClassName
{
color: #FC411B;
}
.AnyTagClassName
{
color: #FC411B;
}
</style>
background-color css
<style>
a { background-color: #FC411B; }
a { background-color: rgb(252,65,27); }
div.DivClassName
{
background-color: #FC411B;
}
.BgClassName
{
background-color: #FC411B;
}
</style>
border-color css
<style>
span { border-color: #FC411B; }
span { border-color: rgb(252,65,27); }
td.TdClassName
{
border-color: #FC411B;
}
.TagClassName
{
border-color: #FC411B;
}
</style>