Shades of Red Orange #FC351A
Tints of Red Orange #FC351A
RGB
CMYK
RGB Variations
Color information
#FC351A (or 0xFC351A) is known color: Red Orange. HEX triplet: FC, 35 and 1A. RGB value is (252,53,26). Sum of RGB (Red+Green+Blue) = 252+53+26=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC351A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC351A is #03CAE5. Grayscale: #6D6D6D. Windows color (decimal): -248550 or 1717756. OLE color: 1717756.
HSL color Cylindrical-coordinate representation of color #FC351A: hue angle of 7.17º 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 #FC351A is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 26 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.01 |
| HSL | 7.17º | 0.97% | 0.55% | - |
| HSV(B) | 7.17º | 0.9% | 0.99% | - |
| XYZ | 41.6 | 23.32 | 3.28 | - |
| YUV | 109.42 | 80.93 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 26 | 0 | 0.79 | 0.90 | 0.01 | 7.17 | 0.97 | 0.55 |
| Hex | FC | 35 | 1A | 0 | 4F | 5A | 1 | 7 | 61 | 37 |
| Octal | 374 | 65 | 32 | 0 | 117 | 132 | 1 | 7 | 141 | 67 |
| Binary | 11111100 | 110101 | 11010 | 0 | 1001111 | 1011010 | 1 | 111 | 1100001 | 110111 |
Color Harmonies of #FC351A
Complementary color
Monochromatic Colors of #FC351A
Black with #FC351A
Text Example
Text Example
White with #FC351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC351A; }
p { color: rgb(252,53,26); }
H1.HeaderClassName
{
color: #FC351A;
}
.AnyTagClassName
{
color: #FC351A;
}
</style>
background-color css
<style>
a { background-color: #FC351A; }
a { background-color: rgb(252,53,26); }
div.DivClassName
{
background-color: #FC351A;
}
.BgClassName
{
background-color: #FC351A;
}
</style>
border-color css
<style>
span { border-color: #FC351A; }
span { border-color: rgb(252,53,26); }
td.TdClassName
{
border-color: #FC351A;
}
.TagClassName
{
border-color: #FC351A;
}
</style>