Shades of Outrageous Orange #FC562D
Tints of Outrageous Orange #FC562D
RGB
CMYK
RGB Variations
Color information
#FC562D (or 0xFC562D) is known color: Outrageous Orange. HEX triplet: FC, 56 and 2D. RGB value is (252,86,45). Sum of RGB (Red+Green+Blue) = 252+86+45=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC562D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC562D is #03A9D2. Grayscale: #838383. Windows color (decimal): -240083 or 2971388. OLE color: 2971388.
HSL color Cylindrical-coordinate representation of color #FC562D: hue angle of 11.88º 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 #FC562D is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 45 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.01 |
| HSL | 11.88º | 0.97% | 0.58% | - |
| HSV(B) | 11.88º | 0.82% | 0.99% | - |
| XYZ | 43.95 | 27.54 | 5.48 | - |
| YUV | 130.96 | 79.5 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 45 | 0 | 0.66 | 0.82 | 0.01 | 11.88 | 0.97 | 0.58 |
| Hex | FC | 56 | 2D | 0 | 42 | 52 | 1 | C | 61 | 3A |
| Octal | 374 | 126 | 55 | 0 | 102 | 122 | 1 | 14 | 141 | 72 |
| Binary | 11111100 | 1010110 | 101101 | 0 | 1000010 | 1010010 | 1 | 1100 | 1100001 | 111010 |
Color Harmonies of #FC562D
Complementary color
Monochromatic Colors of #FC562D
Black with #FC562D
Text Example
Text Example
White with #FC562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC562D; }
p { color: rgb(252,86,45); }
H1.HeaderClassName
{
color: #FC562D;
}
.AnyTagClassName
{
color: #FC562D;
}
</style>
background-color css
<style>
a { background-color: #FC562D; }
a { background-color: rgb(252,86,45); }
div.DivClassName
{
background-color: #FC562D;
}
.BgClassName
{
background-color: #FC562D;
}
</style>
border-color css
<style>
span { border-color: #FC562D; }
span { border-color: rgb(252,86,45); }
td.TdClassName
{
border-color: #FC562D;
}
.TagClassName
{
border-color: #FC562D;
}
</style>