Shades of Red Orange #FC412F
Tints of Red Orange #FC412F
RGB
CMYK
RGB Variations
Color information
#FC412F (or 0xFC412F) is known color: Red Orange. HEX triplet: FC, 41 and 2F. RGB value is (252,65,47). Sum of RGB (Red+Green+Blue) = 252+65+47=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC412F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC412F is #03BED0. Grayscale: #777777. Windows color (decimal): -245457 or 3097084. OLE color: 3097084.
HSL color Cylindrical-coordinate representation of color #FC412F: hue angle of 5.27º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC412F is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 47 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.01 |
| HSL | 5.27º | 0.97% | 0.59% | - |
| HSV(B) | 5.27º | 0.81% | 0.99% | - |
| XYZ | 42.55 | 24.68 | 5.21 | - |
| YUV | 118.86 | 87.45 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 47 | 0 | 0.74 | 0.81 | 0.01 | 5.27 | 0.97 | 0.59 |
| Hex | FC | 41 | 2F | 0 | 4A | 51 | 1 | 5 | 61 | 3B |
| Octal | 374 | 101 | 57 | 0 | 112 | 121 | 1 | 5 | 141 | 73 |
| Binary | 11111100 | 1000001 | 101111 | 0 | 1001010 | 1010001 | 1 | 101 | 1100001 | 111011 |
Color Harmonies of #FC412F
Complementary color
Monochromatic Colors of #FC412F
Black with #FC412F
Text Example
Text Example
White with #FC412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC412F; }
p { color: rgb(252,65,47); }
H1.HeaderClassName
{
color: #FC412F;
}
.AnyTagClassName
{
color: #FC412F;
}
</style>
background-color css
<style>
a { background-color: #FC412F; }
a { background-color: rgb(252,65,47); }
div.DivClassName
{
background-color: #FC412F;
}
.BgClassName
{
background-color: #FC412F;
}
</style>
border-color css
<style>
span { border-color: #FC412F; }
span { border-color: rgb(252,65,47); }
td.TdClassName
{
border-color: #FC412F;
}
.TagClassName
{
border-color: #FC412F;
}
</style>