Shades of Outrageous Orange #FC623D
Tints of Outrageous Orange #FC623D
RGB
CMYK
RGB Variations
Color information
#FC623D (or 0xFC623D) is known color: Outrageous Orange. HEX triplet: FC, 62 and 3D. RGB value is (252,98,61). Sum of RGB (Red+Green+Blue) = 252+98+61=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC623D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC623D is #039DC2. Grayscale: #8C8C8C. Windows color (decimal): -236995 or 4023036. OLE color: 4023036.
HSL color Cylindrical-coordinate representation of color #FC623D: hue angle of 11.62º 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 #FC623D is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 61 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.01 |
| HSL | 11.62º | 0.97% | 0.61% | - |
| HSV(B) | 11.62º | 0.76% | 0.99% | - |
| XYZ | 45.35 | 29.77 | 7.77 | - |
| YUV | 139.83 | 83.52 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 61 | 0 | 0.61 | 0.76 | 0.01 | 11.62 | 0.97 | 0.61 |
| Hex | FC | 62 | 3D | 0 | 3D | 4C | 1 | C | 61 | 3D |
| Octal | 374 | 142 | 75 | 0 | 75 | 114 | 1 | 14 | 141 | 75 |
| Binary | 11111100 | 1100010 | 111101 | 0 | 111101 | 1001100 | 1 | 1100 | 1100001 | 111101 |
Color Harmonies of #FC623D
Complementary color
Monochromatic Colors of #FC623D
Black with #FC623D
Text Example
Text Example
White with #FC623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC623D; }
p { color: rgb(252,98,61); }
H1.HeaderClassName
{
color: #FC623D;
}
.AnyTagClassName
{
color: #FC623D;
}
</style>
background-color css
<style>
a { background-color: #FC623D; }
a { background-color: rgb(252,98,61); }
div.DivClassName
{
background-color: #FC623D;
}
.BgClassName
{
background-color: #FC623D;
}
</style>
border-color css
<style>
span { border-color: #FC623D; }
span { border-color: rgb(252,98,61); }
td.TdClassName
{
border-color: #FC623D;
}
.TagClassName
{
border-color: #FC623D;
}
</style>