Shades of Outrageous Orange #FC632C
Tints of Outrageous Orange #FC632C
RGB
CMYK
RGB Variations
Color information
#FC632C (or 0xFC632C) is known color: Outrageous Orange. HEX triplet: FC, 63 and 2C. RGB value is (252,99,44). Sum of RGB (Red+Green+Blue) = 252+99+44=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC632C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC632C is #039CD3. Grayscale: #8A8A8A. Windows color (decimal): -236756 or 2909180. OLE color: 2909180.
HSL color Cylindrical-coordinate representation of color #FC632C: hue angle of 15.87º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC632C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 44 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.01 |
| HSL | 15.87º | 0.97% | 0.58% | - |
| HSV(B) | 15.87º | 0.83% | 0.99% | - |
| XYZ | 45.06 | 29.8 | 5.76 | - |
| YUV | 138.48 | 74.69 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 44 | 0 | 0.61 | 0.83 | 0.01 | 15.87 | 0.97 | 0.58 |
| Hex | FC | 63 | 2C | 0 | 3D | 53 | 1 | 10 | 61 | 3A |
| Octal | 374 | 143 | 54 | 0 | 75 | 123 | 1 | 20 | 141 | 72 |
| Binary | 11111100 | 1100011 | 101100 | 0 | 111101 | 1010011 | 1 | 10000 | 1100001 | 111010 |
Color Harmonies of #FC632C
Complementary color
Monochromatic Colors of #FC632C
Black with #FC632C
Text Example
Text Example
White with #FC632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC632C; }
p { color: rgb(252,99,44); }
H1.HeaderClassName
{
color: #FC632C;
}
.AnyTagClassName
{
color: #FC632C;
}
</style>
background-color css
<style>
a { background-color: #FC632C; }
a { background-color: rgb(252,99,44); }
div.DivClassName
{
background-color: #FC632C;
}
.BgClassName
{
background-color: #FC632C;
}
</style>
border-color css
<style>
span { border-color: #FC632C; }
span { border-color: rgb(252,99,44); }
td.TdClassName
{
border-color: #FC632C;
}
.TagClassName
{
border-color: #FC632C;
}
</style>