Shades of Outrageous Orange #FC6333
Tints of Outrageous Orange #FC6333
RGB
CMYK
RGB Variations
Color information
#FC6333 (or 0xFC6333) is known color: Outrageous Orange. HEX triplet: FC, 63 and 33. RGB value is (252,99,51). Sum of RGB (Red+Green+Blue) = 252+99+51=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6333 is #039CCC. Grayscale: #8B8B8B. Windows color (decimal): -236749 or 3367932. OLE color: 3367932.
HSL color Cylindrical-coordinate representation of color #FC6333: hue angle of 14.33º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC6333 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 51 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.01 |
| HSL | 14.33º | 0.97% | 0.59% | - |
| HSV(B) | 14.33º | 0.8% | 0.99% | - |
| XYZ | 45.2 | 29.86 | 6.51 | - |
| YUV | 139.28 | 78.19 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 51 | 0 | 0.61 | 0.80 | 0.01 | 14.33 | 0.97 | 0.59 |
| Hex | FC | 63 | 33 | 0 | 3D | 50 | 1 | E | 61 | 3B |
| Octal | 374 | 143 | 63 | 0 | 75 | 120 | 1 | 16 | 141 | 73 |
| Binary | 11111100 | 1100011 | 110011 | 0 | 111101 | 1010000 | 1 | 1110 | 1100001 | 111011 |
Color Harmonies of #FC6333
Complementary color
Monochromatic Colors of #FC6333
Black with #FC6333
Text Example
Text Example
White with #FC6333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6333; }
p { color: rgb(252,99,51); }
H1.HeaderClassName
{
color: #FC6333;
}
.AnyTagClassName
{
color: #FC6333;
}
</style>
background-color css
<style>
a { background-color: #FC6333; }
a { background-color: rgb(252,99,51); }
div.DivClassName
{
background-color: #FC6333;
}
.BgClassName
{
background-color: #FC6333;
}
</style>
border-color css
<style>
span { border-color: #FC6333; }
span { border-color: rgb(252,99,51); }
td.TdClassName
{
border-color: #FC6333;
}
.TagClassName
{
border-color: #FC6333;
}
</style>