Shades of Outrageous Orange #FC622B
Tints of Outrageous Orange #FC622B
RGB
CMYK
RGB Variations
Color information
#FC622B (or 0xFC622B) is known color: Outrageous Orange. HEX triplet: FC, 62 and 2B. RGB value is (252,98,43). Sum of RGB (Red+Green+Blue) = 252+98+43=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC622B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC622B is #039DD4. Grayscale: #8A8A8A. Windows color (decimal): -237013 or 2843388. OLE color: 2843388.
HSL color Cylindrical-coordinate representation of color #FC622B: hue angle of 15.79º 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 #FC622B is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 43 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.01 |
| HSL | 15.79º | 0.97% | 0.58% | - |
| HSV(B) | 15.79º | 0.83% | 0.99% | - |
| XYZ | 44.95 | 29.61 | 5.63 | - |
| YUV | 137.78 | 74.52 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 43 | 0 | 0.61 | 0.83 | 0.01 | 15.79 | 0.97 | 0.58 |
| Hex | FC | 62 | 2B | 0 | 3D | 53 | 1 | 10 | 61 | 3A |
| Octal | 374 | 142 | 53 | 0 | 75 | 123 | 1 | 20 | 141 | 72 |
| Binary | 11111100 | 1100010 | 101011 | 0 | 111101 | 1010011 | 1 | 10000 | 1100001 | 111010 |
Color Harmonies of #FC622B
Complementary color
Monochromatic Colors of #FC622B
Black with #FC622B
Text Example
Text Example
White with #FC622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC622B; }
p { color: rgb(252,98,43); }
H1.HeaderClassName
{
color: #FC622B;
}
.AnyTagClassName
{
color: #FC622B;
}
</style>
background-color css
<style>
a { background-color: #FC622B; }
a { background-color: rgb(252,98,43); }
div.DivClassName
{
background-color: #FC622B;
}
.BgClassName
{
background-color: #FC622B;
}
</style>
border-color css
<style>
span { border-color: #FC622B; }
span { border-color: rgb(252,98,43); }
td.TdClassName
{
border-color: #FC622B;
}
.TagClassName
{
border-color: #FC622B;
}
</style>