Shades of Outrageous Orange #FC582D
Tints of Outrageous Orange #FC582D
RGB
CMYK
RGB Variations
Color information
#FC582D (or 0xFC582D) is known color: Outrageous Orange. HEX triplet: FC, 58 and 2D. RGB value is (252,88,45). Sum of RGB (Red+Green+Blue) = 252+88+45=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC582D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC582D is #03A7D2. Grayscale: #848484. Windows color (decimal): -239571 or 2971900. OLE color: 2971900.
HSL color Cylindrical-coordinate representation of color #FC582D: hue angle of 12.46º 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 #FC582D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 45 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.01 |
| HSL | 12.46º | 0.97% | 0.58% | - |
| HSV(B) | 12.46º | 0.82% | 0.99% | - |
| XYZ | 44.11 | 27.86 | 5.54 | - |
| YUV | 132.13 | 78.83 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 45 | 0 | 0.65 | 0.82 | 0.01 | 12.46 | 0.97 | 0.58 |
| Hex | FC | 58 | 2D | 0 | 41 | 52 | 1 | C | 61 | 3A |
| Octal | 374 | 130 | 55 | 0 | 101 | 122 | 1 | 14 | 141 | 72 |
| Binary | 11111100 | 1011000 | 101101 | 0 | 1000001 | 1010010 | 1 | 1100 | 1100001 | 111010 |
Color Harmonies of #FC582D
Complementary color
Monochromatic Colors of #FC582D
Black with #FC582D
Text Example
Text Example
White with #FC582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC582D; }
p { color: rgb(252,88,45); }
H1.HeaderClassName
{
color: #FC582D;
}
.AnyTagClassName
{
color: #FC582D;
}
</style>
background-color css
<style>
a { background-color: #FC582D; }
a { background-color: rgb(252,88,45); }
div.DivClassName
{
background-color: #FC582D;
}
.BgClassName
{
background-color: #FC582D;
}
</style>
border-color css
<style>
span { border-color: #FC582D; }
span { border-color: rgb(252,88,45); }
td.TdClassName
{
border-color: #FC582D;
}
.TagClassName
{
border-color: #FC582D;
}
</style>