Shades of Red Orange #FC412B
Tints of Red Orange #FC412B
RGB
CMYK
RGB Variations
Color information
#FC412B (or 0xFC412B) is known color: Red Orange. HEX triplet: FC, 41 and 2B. RGB value is (252,65,43). Sum of RGB (Red+Green+Blue) = 252+65+43=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC412B is #03BED4. Grayscale: #767676. Windows color (decimal): -245461 or 2834940. OLE color: 2834940.
HSL color Cylindrical-coordinate representation of color #FC412B: hue angle of 6.32º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC412B is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 43 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.01 |
| HSL | 6.32º | 0.97% | 0.58% | - |
| HSV(B) | 6.32º | 0.83% | 0.99% | - |
| XYZ | 42.47 | 24.65 | 4.81 | - |
| YUV | 118.41 | 85.45 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 43 | 0 | 0.74 | 0.83 | 0.01 | 6.32 | 0.97 | 0.58 |
| Hex | FC | 41 | 2B | 0 | 4A | 53 | 1 | 6 | 61 | 3A |
| Octal | 374 | 101 | 53 | 0 | 112 | 123 | 1 | 6 | 141 | 72 |
| Binary | 11111100 | 1000001 | 101011 | 0 | 1001010 | 1010011 | 1 | 110 | 1100001 | 111010 |
Color Harmonies of #FC412B
Complementary color
Monochromatic Colors of #FC412B
Black with #FC412B
Text Example
Text Example
White with #FC412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC412B; }
p { color: rgb(252,65,43); }
H1.HeaderClassName
{
color: #FC412B;
}
.AnyTagClassName
{
color: #FC412B;
}
</style>
background-color css
<style>
a { background-color: #FC412B; }
a { background-color: rgb(252,65,43); }
div.DivClassName
{
background-color: #FC412B;
}
.BgClassName
{
background-color: #FC412B;
}
</style>
border-color css
<style>
span { border-color: #FC412B; }
span { border-color: rgb(252,65,43); }
td.TdClassName
{
border-color: #FC412B;
}
.TagClassName
{
border-color: #FC412B;
}
</style>