Shades of Red Orange #FC341A
Tints of Red Orange #FC341A
RGB
CMYK
RGB Variations
Color information
#FC341A (or 0xFC341A) is known color: Red Orange. HEX triplet: FC, 34 and 1A. RGB value is (252,52,26). Sum of RGB (Red+Green+Blue) = 252+52+26=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC341A is #03CBE5. Grayscale: #6D6D6D. Windows color (decimal): -248806 or 1717500. OLE color: 1717500.
HSL color Cylindrical-coordinate representation of color #FC341A: hue angle of 6.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC341A is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 26 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.01 |
| HSL | 6.9º | 0.97% | 0.55% | - |
| HSV(B) | 6.9º | 0.9% | 0.99% | - |
| XYZ | 41.56 | 23.23 | 3.27 | - |
| YUV | 108.84 | 81.26 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 26 | 0 | 0.79 | 0.90 | 0.01 | 6.9 | 0.97 | 0.55 |
| Hex | FC | 34 | 1A | 0 | 4F | 5A | 1 | 7 | 61 | 37 |
| Octal | 374 | 64 | 32 | 0 | 117 | 132 | 1 | 7 | 141 | 67 |
| Binary | 11111100 | 110100 | 11010 | 0 | 1001111 | 1011010 | 1 | 111 | 1100001 | 110111 |
Color Harmonies of #FC341A
Complementary color
Monochromatic Colors of #FC341A
Black with #FC341A
Text Example
Text Example
White with #FC341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC341A; }
p { color: rgb(252,52,26); }
H1.HeaderClassName
{
color: #FC341A;
}
.AnyTagClassName
{
color: #FC341A;
}
</style>
background-color css
<style>
a { background-color: #FC341A; }
a { background-color: rgb(252,52,26); }
div.DivClassName
{
background-color: #FC341A;
}
.BgClassName
{
background-color: #FC341A;
}
</style>
border-color css
<style>
span { border-color: #FC341A; }
span { border-color: rgb(252,52,26); }
td.TdClassName
{
border-color: #FC341A;
}
.TagClassName
{
border-color: #FC341A;
}
</style>