Shades of Outrageous Orange #FC561D
Tints of Outrageous Orange #FC561D
RGB
CMYK
RGB Variations
Color information
#FC561D (or 0xFC561D) is known color: Outrageous Orange. HEX triplet: FC, 56 and 1D. RGB value is (252,86,29). Sum of RGB (Red+Green+Blue) = 252+86+29=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC561D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC561D is #03A9E2. Grayscale: #818181. Windows color (decimal): -240099 or 1922812. OLE color: 1922812.
HSL color Cylindrical-coordinate representation of color #FC561D: hue angle of 15.34º 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 #FC561D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.01 |
| HSL | 15.34º | 0.97% | 0.55% | - |
| HSV(B) | 15.34º | 0.88% | 0.99% | - |
| XYZ | 43.69 | 27.44 | 4.16 | - |
| YUV | 129.14 | 71.5 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 29 | 0 | 0.66 | 0.88 | 0.01 | 15.34 | 0.97 | 0.55 |
| Hex | FC | 56 | 1D | 0 | 42 | 58 | 1 | F | 61 | 37 |
| Octal | 374 | 126 | 35 | 0 | 102 | 130 | 1 | 17 | 141 | 67 |
| Binary | 11111100 | 1010110 | 11101 | 0 | 1000010 | 1011000 | 1 | 1111 | 1100001 | 110111 |
Color Harmonies of #FC561D
Complementary color
Monochromatic Colors of #FC561D
Black with #FC561D
Text Example
Text Example
White with #FC561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC561D; }
p { color: rgb(252,86,29); }
H1.HeaderClassName
{
color: #FC561D;
}
.AnyTagClassName
{
color: #FC561D;
}
</style>
background-color css
<style>
a { background-color: #FC561D; }
a { background-color: rgb(252,86,29); }
div.DivClassName
{
background-color: #FC561D;
}
.BgClassName
{
background-color: #FC561D;
}
</style>
border-color css
<style>
span { border-color: #FC561D; }
span { border-color: rgb(252,86,29); }
td.TdClassName
{
border-color: #FC561D;
}
.TagClassName
{
border-color: #FC561D;
}
</style>