Shades of Outrageous Orange #FC612C
Tints of Outrageous Orange #FC612C
RGB
CMYK
RGB Variations
Color information
#FC612C (or 0xFC612C) is known color: Outrageous Orange. HEX triplet: FC, 61 and 2C. RGB value is (252,97,44). Sum of RGB (Red+Green+Blue) = 252+97+44=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC612C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC612C is #039ED3. Grayscale: #898989. Windows color (decimal): -237268 or 2908668. OLE color: 2908668.
HSL color Cylindrical-coordinate representation of color #FC612C: hue angle of 15.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 #FC612C is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 44 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.01 |
| HSL | 15.29º | 0.97% | 0.58% | - |
| HSV(B) | 15.29º | 0.83% | 0.99% | - |
| XYZ | 44.87 | 29.43 | 5.7 | - |
| YUV | 137.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 44 | 0 | 0.62 | 0.83 | 0.01 | 15.29 | 0.97 | 0.58 |
| Hex | FC | 61 | 2C | 0 | 3E | 53 | 1 | F | 61 | 3A |
| Octal | 374 | 141 | 54 | 0 | 76 | 123 | 1 | 17 | 141 | 72 |
| Binary | 11111100 | 1100001 | 101100 | 0 | 111110 | 1010011 | 1 | 1111 | 1100001 | 111010 |
Color Harmonies of #FC612C
Complementary color
Monochromatic Colors of #FC612C
Black with #FC612C
Text Example
Text Example
White with #FC612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC612C; }
p { color: rgb(252,97,44); }
H1.HeaderClassName
{
color: #FC612C;
}
.AnyTagClassName
{
color: #FC612C;
}
</style>
background-color css
<style>
a { background-color: #FC612C; }
a { background-color: rgb(252,97,44); }
div.DivClassName
{
background-color: #FC612C;
}
.BgClassName
{
background-color: #FC612C;
}
</style>
border-color css
<style>
span { border-color: #FC612C; }
span { border-color: rgb(252,97,44); }
td.TdClassName
{
border-color: #FC612C;
}
.TagClassName
{
border-color: #FC612C;
}
</style>