Shades of Outrageous Orange #FC632E
Tints of Outrageous Orange #FC632E
RGB
CMYK
RGB Variations
Color information
#FC632E (or 0xFC632E) is known color: Outrageous Orange. HEX triplet: FC, 63 and 2E. RGB value is (252,99,46). Sum of RGB (Red+Green+Blue) = 252+99+46=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC632E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC632E is #039CD1. Grayscale: #8B8B8B. Windows color (decimal): -236754 or 3040252. OLE color: 3040252.
HSL color Cylindrical-coordinate representation of color #FC632E: hue angle of 15.44º 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 #FC632E is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 46 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.01 |
| HSL | 15.44º | 0.97% | 0.58% | - |
| HSV(B) | 15.44º | 0.82% | 0.99% | - |
| XYZ | 45.1 | 29.82 | 5.96 | - |
| YUV | 138.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 46 | 0 | 0.61 | 0.82 | 0.01 | 15.44 | 0.97 | 0.58 |
| Hex | FC | 63 | 2E | 0 | 3D | 52 | 1 | F | 61 | 3A |
| Octal | 374 | 143 | 56 | 0 | 75 | 122 | 1 | 17 | 141 | 72 |
| Binary | 11111100 | 1100011 | 101110 | 0 | 111101 | 1010010 | 1 | 1111 | 1100001 | 111010 |
Color Harmonies of #FC632E
Complementary color
Monochromatic Colors of #FC632E
Black with #FC632E
Text Example
Text Example
White with #FC632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC632E; }
p { color: rgb(252,99,46); }
H1.HeaderClassName
{
color: #FC632E;
}
.AnyTagClassName
{
color: #FC632E;
}
</style>
background-color css
<style>
a { background-color: #FC632E; }
a { background-color: rgb(252,99,46); }
div.DivClassName
{
background-color: #FC632E;
}
.BgClassName
{
background-color: #FC632E;
}
</style>
border-color css
<style>
span { border-color: #FC632E; }
span { border-color: rgb(252,99,46); }
td.TdClassName
{
border-color: #FC632E;
}
.TagClassName
{
border-color: #FC632E;
}
</style>