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