Shades of Outrageous Orange #FC512D
Tints of Outrageous Orange #FC512D
RGB
CMYK
RGB Variations
Color information
#FC512D (or 0xFC512D) is known color: Outrageous Orange. HEX triplet: FC, 51 and 2D. RGB value is (252,81,45). Sum of RGB (Red+Green+Blue) = 252+81+45=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC512D is #03AED2. Grayscale: #808080. Windows color (decimal): -241363 or 2970108. OLE color: 2970108.
HSL color Cylindrical-coordinate representation of color #FC512D: hue angle of 10.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC512D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 45 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.01 |
| HSL | 10.43º | 0.97% | 0.58% | - |
| HSV(B) | 10.43º | 0.82% | 0.99% | - |
| XYZ | 43.56 | 26.77 | 5.35 | - |
| YUV | 128.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 45 | 0 | 0.68 | 0.82 | 0.01 | 10.43 | 0.97 | 0.58 |
| Hex | FC | 51 | 2D | 0 | 44 | 52 | 1 | A | 61 | 3A |
| Octal | 374 | 121 | 55 | 0 | 104 | 122 | 1 | 12 | 141 | 72 |
| Binary | 11111100 | 1010001 | 101101 | 0 | 1000100 | 1010010 | 1 | 1010 | 1100001 | 111010 |
Color Harmonies of #FC512D
Complementary color
Monochromatic Colors of #FC512D
Black with #FC512D
Text Example
Text Example
White with #FC512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC512D; }
p { color: rgb(252,81,45); }
H1.HeaderClassName
{
color: #FC512D;
}
.AnyTagClassName
{
color: #FC512D;
}
</style>
background-color css
<style>
a { background-color: #FC512D; }
a { background-color: rgb(252,81,45); }
div.DivClassName
{
background-color: #FC512D;
}
.BgClassName
{
background-color: #FC512D;
}
</style>
border-color css
<style>
span { border-color: #FC512D; }
span { border-color: rgb(252,81,45); }
td.TdClassName
{
border-color: #FC512D;
}
.TagClassName
{
border-color: #FC512D;
}
</style>