Shades of Red Orange #FC443A
Tints of Red Orange #FC443A
RGB
CMYK
RGB Variations
Color information
#FC443A (or 0xFC443A) is known color: Red Orange. HEX triplet: FC, 44 and 3A. RGB value is (252,68,58). Sum of RGB (Red+Green+Blue) = 252+68+58=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC443A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC443A is #03BBC5. Grayscale: #7A7A7A. Windows color (decimal): -244678 or 3818748. OLE color: 3818748.
HSL color Cylindrical-coordinate representation of color #FC443A: hue angle of 3.09º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC443A is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 58 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.01 |
| HSL | 3.09º | 0.97% | 0.61% | - |
| HSV(B) | 3.09º | 0.77% | 0.99% | - |
| XYZ | 42.98 | 25.14 | 6.59 | - |
| YUV | 121.88 | 91.96 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 58 | 0 | 0.73 | 0.77 | 0.01 | 3.09 | 0.97 | 0.61 |
| Hex | FC | 44 | 3A | 0 | 49 | 4D | 1 | 3 | 61 | 3D |
| Octal | 374 | 104 | 72 | 0 | 111 | 115 | 1 | 3 | 141 | 75 |
| Binary | 11111100 | 1000100 | 111010 | 0 | 1001001 | 1001101 | 1 | 11 | 1100001 | 111101 |
Color Harmonies of #FC443A
Complementary color
Monochromatic Colors of #FC443A
Black with #FC443A
Text Example
Text Example
White with #FC443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC443A; }
p { color: rgb(252,68,58); }
H1.HeaderClassName
{
color: #FC443A;
}
.AnyTagClassName
{
color: #FC443A;
}
</style>
background-color css
<style>
a { background-color: #FC443A; }
a { background-color: rgb(252,68,58); }
div.DivClassName
{
background-color: #FC443A;
}
.BgClassName
{
background-color: #FC443A;
}
</style>
border-color css
<style>
span { border-color: #FC443A; }
span { border-color: rgb(252,68,58); }
td.TdClassName
{
border-color: #FC443A;
}
.TagClassName
{
border-color: #FC443A;
}
</style>