Shades of Outrageous Orange #FC572A
Tints of Outrageous Orange #FC572A
RGB
CMYK
RGB Variations
Color information
#FC572A (or 0xFC572A) is known color: Outrageous Orange. HEX triplet: FC, 57 and 2A. RGB value is (252,87,42). Sum of RGB (Red+Green+Blue) = 252+87+42=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC572A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC572A is #03A8D5. Grayscale: #838383. Windows color (decimal): -239830 or 2775036. OLE color: 2775036.
HSL color Cylindrical-coordinate representation of color #FC572A: hue angle of 12.86º 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 #FC572A is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 42 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.01 |
| HSL | 12.86º | 0.97% | 0.58% | - |
| HSV(B) | 12.86º | 0.83% | 0.99% | - |
| XYZ | 43.97 | 27.68 | 5.22 | - |
| YUV | 131.21 | 77.66 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 42 | 0 | 0.65 | 0.83 | 0.01 | 12.86 | 0.97 | 0.58 |
| Hex | FC | 57 | 2A | 0 | 41 | 53 | 1 | D | 61 | 3A |
| Octal | 374 | 127 | 52 | 0 | 101 | 123 | 1 | 15 | 141 | 72 |
| Binary | 11111100 | 1010111 | 101010 | 0 | 1000001 | 1010011 | 1 | 1101 | 1100001 | 111010 |
Color Harmonies of #FC572A
Complementary color
Monochromatic Colors of #FC572A
Black with #FC572A
Text Example
Text Example
White with #FC572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC572A; }
p { color: rgb(252,87,42); }
H1.HeaderClassName
{
color: #FC572A;
}
.AnyTagClassName
{
color: #FC572A;
}
</style>
background-color css
<style>
a { background-color: #FC572A; }
a { background-color: rgb(252,87,42); }
div.DivClassName
{
background-color: #FC572A;
}
.BgClassName
{
background-color: #FC572A;
}
</style>
border-color css
<style>
span { border-color: #FC572A; }
span { border-color: rgb(252,87,42); }
td.TdClassName
{
border-color: #FC572A;
}
.TagClassName
{
border-color: #FC572A;
}
</style>