Shades of Outrageous Orange #FC623C
Tints of Outrageous Orange #FC623C
RGB
CMYK
RGB Variations
Color information
#FC623C (or 0xFC623C) is known color: Outrageous Orange. HEX triplet: FC, 62 and 3C. RGB value is (252,98,60). Sum of RGB (Red+Green+Blue) = 252+98+60=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC623C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC623C is #039DC3. Grayscale: #8C8C8C. Windows color (decimal): -236996 or 3957500. OLE color: 3957500.
HSL color Cylindrical-coordinate representation of color #FC623C: hue angle of 11.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC623C is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 60 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.01 |
| HSL | 11.88º | 0.97% | 0.61% | - |
| HSV(B) | 11.88º | 0.76% | 0.99% | - |
| XYZ | 45.33 | 29.76 | 7.63 | - |
| YUV | 139.71 | 83.02 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 60 | 0 | 0.61 | 0.76 | 0.01 | 11.88 | 0.97 | 0.61 |
| Hex | FC | 62 | 3C | 0 | 3D | 4C | 1 | C | 61 | 3D |
| Octal | 374 | 142 | 74 | 0 | 75 | 114 | 1 | 14 | 141 | 75 |
| Binary | 11111100 | 1100010 | 111100 | 0 | 111101 | 1001100 | 1 | 1100 | 1100001 | 111101 |
Color Harmonies of #FC623C
Complementary color
Monochromatic Colors of #FC623C
Black with #FC623C
Text Example
Text Example
White with #FC623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC623C; }
p { color: rgb(252,98,60); }
H1.HeaderClassName
{
color: #FC623C;
}
.AnyTagClassName
{
color: #FC623C;
}
</style>
background-color css
<style>
a { background-color: #FC623C; }
a { background-color: rgb(252,98,60); }
div.DivClassName
{
background-color: #FC623C;
}
.BgClassName
{
background-color: #FC623C;
}
</style>
border-color css
<style>
span { border-color: #FC623C; }
span { border-color: rgb(252,98,60); }
td.TdClassName
{
border-color: #FC623C;
}
.TagClassName
{
border-color: #FC623C;
}
</style>