Shades of Outrageous Orange #FC632A
Tints of Outrageous Orange #FC632A
RGB
CMYK
RGB Variations
Color information
#FC632A (or 0xFC632A) is known color: Outrageous Orange. HEX triplet: FC, 63 and 2A. RGB value is (252,99,42). Sum of RGB (Red+Green+Blue) = 252+99+42=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC632A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC632A is #039CD5. Grayscale: #8A8A8A. Windows color (decimal): -236758 or 2778108. OLE color: 2778108.
HSL color Cylindrical-coordinate representation of color #FC632A: hue angle of 16.29º 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 #FC632A is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 42 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.01 |
| HSL | 16.29º | 0.97% | 0.58% | - |
| HSV(B) | 16.29º | 0.83% | 0.99% | - |
| XYZ | 45.02 | 29.79 | 5.57 | - |
| YUV | 138.25 | 73.69 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 42 | 0 | 0.61 | 0.83 | 0.01 | 16.29 | 0.97 | 0.58 |
| Hex | FC | 63 | 2A | 0 | 3D | 53 | 1 | 10 | 61 | 3A |
| Octal | 374 | 143 | 52 | 0 | 75 | 123 | 1 | 20 | 141 | 72 |
| Binary | 11111100 | 1100011 | 101010 | 0 | 111101 | 1010011 | 1 | 10000 | 1100001 | 111010 |
Color Harmonies of #FC632A
Complementary color
Monochromatic Colors of #FC632A
Black with #FC632A
Text Example
Text Example
White with #FC632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC632A; }
p { color: rgb(252,99,42); }
H1.HeaderClassName
{
color: #FC632A;
}
.AnyTagClassName
{
color: #FC632A;
}
</style>
background-color css
<style>
a { background-color: #FC632A; }
a { background-color: rgb(252,99,42); }
div.DivClassName
{
background-color: #FC632A;
}
.BgClassName
{
background-color: #FC632A;
}
</style>
border-color css
<style>
span { border-color: #FC632A; }
span { border-color: rgb(252,99,42); }
td.TdClassName
{
border-color: #FC632A;
}
.TagClassName
{
border-color: #FC632A;
}
</style>