Shades of Outrageous Orange #FC623F
Tints of Outrageous Orange #FC623F
RGB
CMYK
RGB Variations
Color information
#FC623F (or 0xFC623F) is known color: Outrageous Orange. HEX triplet: FC, 62 and 3F. RGB value is (252,98,63). Sum of RGB (Red+Green+Blue) = 252+98+63=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC623F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC623F is #039DC0. Grayscale: #8C8C8C. Windows color (decimal): -236993 or 4154108. OLE color: 4154108.
HSL color Cylindrical-coordinate representation of color #FC623F: hue angle of 11.11º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC623F is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 63 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.01 |
| HSL | 11.11º | 0.97% | 0.62% | - |
| HSV(B) | 11.11º | 0.75% | 0.99% | - |
| XYZ | 45.41 | 29.79 | 8.06 | - |
| YUV | 140.06 | 84.52 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 63 | 0 | 0.61 | 0.75 | 0.01 | 11.11 | 0.97 | 0.62 |
| Hex | FC | 62 | 3F | 0 | 3D | 4B | 1 | B | 61 | 3E |
| Octal | 374 | 142 | 77 | 0 | 75 | 113 | 1 | 13 | 141 | 76 |
| Binary | 11111100 | 1100010 | 111111 | 0 | 111101 | 1001011 | 1 | 1011 | 1100001 | 111110 |
Color Harmonies of #FC623F
Complementary color
Monochromatic Colors of #FC623F
Black with #FC623F
Text Example
Text Example
White with #FC623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC623F; }
p { color: rgb(252,98,63); }
H1.HeaderClassName
{
color: #FC623F;
}
.AnyTagClassName
{
color: #FC623F;
}
</style>
background-color css
<style>
a { background-color: #FC623F; }
a { background-color: rgb(252,98,63); }
div.DivClassName
{
background-color: #FC623F;
}
.BgClassName
{
background-color: #FC623F;
}
</style>
border-color css
<style>
span { border-color: #FC623F; }
span { border-color: rgb(252,98,63); }
td.TdClassName
{
border-color: #FC623F;
}
.TagClassName
{
border-color: #FC623F;
}
</style>