Shades of Red Orange #FC411C
Tints of Red Orange #FC411C
RGB
CMYK
RGB Variations
Color information
#FC411C (or 0xFC411C) is known color: Red Orange. HEX triplet: FC, 41 and 1C. RGB value is (252,65,28). Sum of RGB (Red+Green+Blue) = 252+65+28=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC411C is #03BEE3. Grayscale: #757575. Windows color (decimal): -245476 or 1851900. OLE color: 1851900.
HSL color Cylindrical-coordinate representation of color #FC411C: hue angle of 9.91º 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 #FC411C is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 28 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.01 |
| HSL | 9.91º | 0.97% | 0.55% | - |
| HSV(B) | 9.91º | 0.89% | 0.99% | - |
| XYZ | 42.24 | 24.56 | 3.61 | - |
| YUV | 116.7 | 77.95 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 28 | 0 | 0.74 | 0.89 | 0.01 | 9.91 | 0.97 | 0.55 |
| Hex | FC | 41 | 1C | 0 | 4A | 59 | 1 | A | 61 | 37 |
| Octal | 374 | 101 | 34 | 0 | 112 | 131 | 1 | 12 | 141 | 67 |
| Binary | 11111100 | 1000001 | 11100 | 0 | 1001010 | 1011001 | 1 | 1010 | 1100001 | 110111 |
Color Harmonies of #FC411C
Complementary color
Monochromatic Colors of #FC411C
Black with #FC411C
Text Example
Text Example
White with #FC411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC411C; }
p { color: rgb(252,65,28); }
H1.HeaderClassName
{
color: #FC411C;
}
.AnyTagClassName
{
color: #FC411C;
}
</style>
background-color css
<style>
a { background-color: #FC411C; }
a { background-color: rgb(252,65,28); }
div.DivClassName
{
background-color: #FC411C;
}
.BgClassName
{
background-color: #FC411C;
}
</style>
border-color css
<style>
span { border-color: #FC411C; }
span { border-color: rgb(252,65,28); }
td.TdClassName
{
border-color: #FC411C;
}
.TagClassName
{
border-color: #FC411C;
}
</style>