Shades of Red Orange #FC403A
Tints of Red Orange #FC403A
RGB
CMYK
RGB Variations
Color information
#FC403A (or 0xFC403A) is known color: Red Orange. HEX triplet: FC, 40 and 3A. RGB value is (252,64,58). Sum of RGB (Red+Green+Blue) = 252+64+58=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC403A is #03BFC5. Grayscale: #777777. Windows color (decimal): -245702 or 3817724. OLE color: 3817724.
HSL color Cylindrical-coordinate representation of color #FC403A: hue angle of 1.86º 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 #FC403A is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 58 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.01 |
| HSL | 1.86º | 0.97% | 0.61% | - |
| HSV(B) | 1.86º | 0.77% | 0.99% | - |
| XYZ | 42.74 | 24.67 | 6.51 | - |
| YUV | 119.53 | 93.28 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 58 | 0 | 0.75 | 0.77 | 0.01 | 1.86 | 0.97 | 0.61 |
| Hex | FC | 40 | 3A | 0 | 4B | 4D | 1 | 2 | 61 | 3D |
| Octal | 374 | 100 | 72 | 0 | 113 | 115 | 1 | 2 | 141 | 75 |
| Binary | 11111100 | 1000000 | 111010 | 0 | 1001011 | 1001101 | 1 | 10 | 1100001 | 111101 |
Color Harmonies of #FC403A
Complementary color
Monochromatic Colors of #FC403A
Black with #FC403A
Text Example
Text Example
White with #FC403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC403A; }
p { color: rgb(252,64,58); }
H1.HeaderClassName
{
color: #FC403A;
}
.AnyTagClassName
{
color: #FC403A;
}
</style>
background-color css
<style>
a { background-color: #FC403A; }
a { background-color: rgb(252,64,58); }
div.DivClassName
{
background-color: #FC403A;
}
.BgClassName
{
background-color: #FC403A;
}
</style>
border-color css
<style>
span { border-color: #FC403A; }
span { border-color: rgb(252,64,58); }
td.TdClassName
{
border-color: #FC403A;
}
.TagClassName
{
border-color: #FC403A;
}
</style>