Shades of Outrageous Orange #FC6334
Tints of Outrageous Orange #FC6334
RGB
CMYK
RGB Variations
Color information
#FC6334 (or 0xFC6334) is known color: Outrageous Orange. HEX triplet: FC, 63 and 34. RGB value is (252,99,52). Sum of RGB (Red+Green+Blue) = 252+99+52=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6334 is #039CCB. Grayscale: #8B8B8B. Windows color (decimal): -236748 or 3433468. OLE color: 3433468.
HSL color Cylindrical-coordinate representation of color #FC6334: hue angle of 14.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC6334 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 52 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.01 |
| HSL | 14.1º | 0.97% | 0.6% | - |
| HSV(B) | 14.1º | 0.79% | 0.99% | - |
| XYZ | 45.23 | 29.87 | 6.63 | - |
| YUV | 139.39 | 78.69 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 52 | 0 | 0.61 | 0.79 | 0.01 | 14.1 | 0.97 | 0.6 |
| Hex | FC | 63 | 34 | 0 | 3D | 4F | 1 | E | 61 | 3C |
| Octal | 374 | 143 | 64 | 0 | 75 | 117 | 1 | 16 | 141 | 74 |
| Binary | 11111100 | 1100011 | 110100 | 0 | 111101 | 1001111 | 1 | 1110 | 1100001 | 111100 |
Color Harmonies of #FC6334
Complementary color
Monochromatic Colors of #FC6334
Black with #FC6334
Text Example
Text Example
White with #FC6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6334; }
p { color: rgb(252,99,52); }
H1.HeaderClassName
{
color: #FC6334;
}
.AnyTagClassName
{
color: #FC6334;
}
</style>
background-color css
<style>
a { background-color: #FC6334; }
a { background-color: rgb(252,99,52); }
div.DivClassName
{
background-color: #FC6334;
}
.BgClassName
{
background-color: #FC6334;
}
</style>
border-color css
<style>
span { border-color: #FC6334; }
span { border-color: rgb(252,99,52); }
td.TdClassName
{
border-color: #FC6334;
}
.TagClassName
{
border-color: #FC6334;
}
</style>