Shades of Orange Red #FC410C
Tints of Orange Red #FC410C
RGB
CMYK
RGB Variations
Color information
#FC410C (or 0xFC410C) is known color: Orange Red. HEX triplet: FC, 41 and 0C. RGB value is (252,65,12). Sum of RGB (Red+Green+Blue) = 252+65+12=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC410C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC410C is #03BEF3. Grayscale: #737373. Windows color (decimal): -245492 or 803324. OLE color: 803324.
HSL color Cylindrical-coordinate representation of color #FC410C: hue angle of 13.25º 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 #FC410C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 12 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.01 |
| HSL | 13.25º | 0.98% | 0.52% | - |
| HSV(B) | 13.25º | 0.95% | 0.99% | - |
| XYZ | 42.1 | 24.5 | 2.86 | - |
| YUV | 114.87 | 69.95 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 12 | 0 | 0.74 | 0.95 | 0.01 | 13.25 | 0.98 | 0.52 |
| Hex | FC | 41 | C | 0 | 4A | 5F | 1 | D | 62 | 34 |
| Octal | 374 | 101 | 14 | 0 | 112 | 137 | 1 | 15 | 142 | 64 |
| Binary | 11111100 | 1000001 | 1100 | 0 | 1001010 | 1011111 | 1 | 1101 | 1100010 | 110100 |
Color Harmonies of #FC410C
Complementary color
Monochromatic Colors of #FC410C
Black with #FC410C
Text Example
Text Example
White with #FC410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC410C; }
p { color: rgb(252,65,12); }
H1.HeaderClassName
{
color: #FC410C;
}
.AnyTagClassName
{
color: #FC410C;
}
</style>
background-color css
<style>
a { background-color: #FC410C; }
a { background-color: rgb(252,65,12); }
div.DivClassName
{
background-color: #FC410C;
}
.BgClassName
{
background-color: #FC410C;
}
</style>
border-color css
<style>
span { border-color: #FC410C; }
span { border-color: rgb(252,65,12); }
td.TdClassName
{
border-color: #FC410C;
}
.TagClassName
{
border-color: #FC410C;
}
</style>