Shades of Outrageous Orange #FC632D
Tints of Outrageous Orange #FC632D
RGB
CMYK
RGB Variations
Color information
#FC632D (or 0xFC632D) is known color: Outrageous Orange. HEX triplet: FC, 63 and 2D. RGB value is (252,99,45). Sum of RGB (Red+Green+Blue) = 252+99+45=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC632D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC632D is #039CD2. Grayscale: #8A8A8A. Windows color (decimal): -236755 or 2974716. OLE color: 2974716.
HSL color Cylindrical-coordinate representation of color #FC632D: hue angle of 15.65º 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 #FC632D is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 45 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.01 |
| HSL | 15.65º | 0.97% | 0.58% | - |
| HSV(B) | 15.65º | 0.82% | 0.99% | - |
| XYZ | 45.08 | 29.81 | 5.86 | - |
| YUV | 138.59 | 75.19 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 45 | 0 | 0.61 | 0.82 | 0.01 | 15.65 | 0.97 | 0.58 |
| Hex | FC | 63 | 2D | 0 | 3D | 52 | 1 | 10 | 61 | 3A |
| Octal | 374 | 143 | 55 | 0 | 75 | 122 | 1 | 20 | 141 | 72 |
| Binary | 11111100 | 1100011 | 101101 | 0 | 111101 | 1010010 | 1 | 10000 | 1100001 | 111010 |
Color Harmonies of #FC632D
Complementary color
Monochromatic Colors of #FC632D
Black with #FC632D
Text Example
Text Example
White with #FC632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC632D; }
p { color: rgb(252,99,45); }
H1.HeaderClassName
{
color: #FC632D;
}
.AnyTagClassName
{
color: #FC632D;
}
</style>
background-color css
<style>
a { background-color: #FC632D; }
a { background-color: rgb(252,99,45); }
div.DivClassName
{
background-color: #FC632D;
}
.BgClassName
{
background-color: #FC632D;
}
</style>
border-color css
<style>
span { border-color: #FC632D; }
span { border-color: rgb(252,99,45); }
td.TdClassName
{
border-color: #FC632D;
}
.TagClassName
{
border-color: #FC632D;
}
</style>