Shades of Outrageous Orange #FC542C
Tints of Outrageous Orange #FC542C
RGB
CMYK
RGB Variations
Color information
#FC542C (or 0xFC542C) is known color: Outrageous Orange. HEX triplet: FC, 54 and 2C. RGB value is (252,84,44). Sum of RGB (Red+Green+Blue) = 252+84+44=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC542C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC542C is #03ABD3. Grayscale: #828282. Windows color (decimal): -240596 or 2905340. OLE color: 2905340.
HSL color Cylindrical-coordinate representation of color #FC542C: hue angle of 11.54º 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 #FC542C is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 44 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.01 |
| HSL | 11.54º | 0.97% | 0.58% | - |
| HSV(B) | 11.54º | 0.83% | 0.99% | - |
| XYZ | 43.77 | 27.22 | 5.33 | - |
| YUV | 129.67 | 79.66 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 44 | 0 | 0.67 | 0.83 | 0.01 | 11.54 | 0.97 | 0.58 |
| Hex | FC | 54 | 2C | 0 | 43 | 53 | 1 | C | 61 | 3A |
| Octal | 374 | 124 | 54 | 0 | 103 | 123 | 1 | 14 | 141 | 72 |
| Binary | 11111100 | 1010100 | 101100 | 0 | 1000011 | 1010011 | 1 | 1100 | 1100001 | 111010 |
Color Harmonies of #FC542C
Complementary color
Monochromatic Colors of #FC542C
Black with #FC542C
Text Example
Text Example
White with #FC542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC542C; }
p { color: rgb(252,84,44); }
H1.HeaderClassName
{
color: #FC542C;
}
.AnyTagClassName
{
color: #FC542C;
}
</style>
background-color css
<style>
a { background-color: #FC542C; }
a { background-color: rgb(252,84,44); }
div.DivClassName
{
background-color: #FC542C;
}
.BgClassName
{
background-color: #FC542C;
}
</style>
border-color css
<style>
span { border-color: #FC542C; }
span { border-color: rgb(252,84,44); }
td.TdClassName
{
border-color: #FC542C;
}
.TagClassName
{
border-color: #FC542C;
}
</style>