Shades of Outrageous Orange #FC511E
Tints of Outrageous Orange #FC511E
RGB
CMYK
RGB Variations
Color information
#FC511E (or 0xFC511E) is known color: Outrageous Orange. HEX triplet: FC, 51 and 1E. RGB value is (252,81,30). Sum of RGB (Red+Green+Blue) = 252+81+30=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC511E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC511E is #03AEE1. Grayscale: #7E7E7E. Windows color (decimal): -241378 or 1987068. OLE color: 1987068.
HSL color Cylindrical-coordinate representation of color #FC511E: hue angle of 13.78º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC511E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 30 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.01 |
| HSL | 13.78º | 0.97% | 0.55% | - |
| HSV(B) | 13.78º | 0.88% | 0.99% | - |
| XYZ | 43.32 | 26.67 | 4.09 | - |
| YUV | 126.32 | 73.65 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 30 | 0 | 0.68 | 0.88 | 0.01 | 13.78 | 0.97 | 0.55 |
| Hex | FC | 51 | 1E | 0 | 44 | 58 | 1 | E | 61 | 37 |
| Octal | 374 | 121 | 36 | 0 | 104 | 130 | 1 | 16 | 141 | 67 |
| Binary | 11111100 | 1010001 | 11110 | 0 | 1000100 | 1011000 | 1 | 1110 | 1100001 | 110111 |
Color Harmonies of #FC511E
Complementary color
Monochromatic Colors of #FC511E
Black with #FC511E
Text Example
Text Example
White with #FC511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC511E; }
p { color: rgb(252,81,30); }
H1.HeaderClassName
{
color: #FC511E;
}
.AnyTagClassName
{
color: #FC511E;
}
</style>
background-color css
<style>
a { background-color: #FC511E; }
a { background-color: rgb(252,81,30); }
div.DivClassName
{
background-color: #FC511E;
}
.BgClassName
{
background-color: #FC511E;
}
</style>
border-color css
<style>
span { border-color: #FC511E; }
span { border-color: rgb(252,81,30); }
td.TdClassName
{
border-color: #FC511E;
}
.TagClassName
{
border-color: #FC511E;
}
</style>