Shades of Red Orange #FC3A2B
Tints of Red Orange #FC3A2B
RGB
CMYK
RGB Variations
Color information
#FC3A2B (or 0xFC3A2B) is known color: Red Orange. HEX triplet: FC, 3A and 2B. RGB value is (252,58,43). Sum of RGB (Red+Green+Blue) = 252+58+43=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A2B is #03C5D4. Grayscale: #727272. Windows color (decimal): -247253 or 2833148. OLE color: 2833148.
HSL color Cylindrical-coordinate representation of color #FC3A2B: hue angle of 4.31º 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 #FC3A2B is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 58 | 43 | - |
CMYK | 0 | 0.77 | 0.83 | 0.01 |
HSL | 4.31º | 0.97% | 0.58% | - |
HSV(B) | 4.31º | 0.83% | 0.99% | - |
XYZ | 42.09 | 23.9 | 4.68 | - |
YUV | 114.3 | 87.77 | 226.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 58 | 43 | 0 | 0.77 | 0.83 | 0.01 | 4.31 | 0.97 | 0.58 |
Hex | FC | 3A | 2B | 0 | 4D | 53 | 1 | 4 | 61 | 3A |
Octal | 374 | 72 | 53 | 0 | 115 | 123 | 1 | 4 | 141 | 72 |
Binary | 11111100 | 111010 | 101011 | 0 | 1001101 | 1010011 | 1 | 100 | 1100001 | 111010 |
Color Harmonies of #FC3A2B
Complementary color
Monochromatic Colors of #FC3A2B
Black with #FC3A2B
Text Example
Text Example
White with #FC3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A2B; }
p { color: rgb(252,58,43); }
H1.HeaderClassName
{
color: #FC3A2B;
}
.AnyTagClassName
{
color: #FC3A2B;
}
</style>
background-color css
<style>
a { background-color: #FC3A2B; }
a { background-color: rgb(252,58,43); }
div.DivClassName
{
background-color: #FC3A2B;
}
.BgClassName
{
background-color: #FC3A2B;
}
</style>
border-color css
<style>
span { border-color: #FC3A2B; }
span { border-color: rgb(252,58,43); }
td.TdClassName
{
border-color: #FC3A2B;
}
.TagClassName
{
border-color: #FC3A2B;
}
</style>