Shades of Outrageous Orange #FC623A
Tints of Outrageous Orange #FC623A
RGB
CMYK
RGB Variations
Color information
#FC623A (or 0xFC623A) is known color: Outrageous Orange. HEX triplet: FC, 62 and 3A. RGB value is (252,98,58). Sum of RGB (Red+Green+Blue) = 252+98+58=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC623A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC623A is #039DC5. Grayscale: #8B8B8B. Windows color (decimal): -236998 or 3826428. OLE color: 3826428.
HSL color Cylindrical-coordinate representation of color #FC623A: hue angle of 12.37º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC623A is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 58 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.01 |
| HSL | 12.37º | 0.97% | 0.61% | - |
| HSV(B) | 12.37º | 0.77% | 0.99% | - |
| XYZ | 45.28 | 29.74 | 7.36 | - |
| YUV | 139.49 | 82.02 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 58 | 0 | 0.61 | 0.77 | 0.01 | 12.37 | 0.97 | 0.61 |
| Hex | FC | 62 | 3A | 0 | 3D | 4D | 1 | C | 61 | 3D |
| Octal | 374 | 142 | 72 | 0 | 75 | 115 | 1 | 14 | 141 | 75 |
| Binary | 11111100 | 1100010 | 111010 | 0 | 111101 | 1001101 | 1 | 1100 | 1100001 | 111101 |
Color Harmonies of #FC623A
Complementary color
Monochromatic Colors of #FC623A
Black with #FC623A
Text Example
Text Example
White with #FC623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC623A; }
p { color: rgb(252,98,58); }
H1.HeaderClassName
{
color: #FC623A;
}
.AnyTagClassName
{
color: #FC623A;
}
</style>
background-color css
<style>
a { background-color: #FC623A; }
a { background-color: rgb(252,98,58); }
div.DivClassName
{
background-color: #FC623A;
}
.BgClassName
{
background-color: #FC623A;
}
</style>
border-color css
<style>
span { border-color: #FC623A; }
span { border-color: rgb(252,98,58); }
td.TdClassName
{
border-color: #FC623A;
}
.TagClassName
{
border-color: #FC623A;
}
</style>