Shades of Outrageous Orange #FC6436
Tints of Outrageous Orange #FC6436
RGB
CMYK
RGB Variations
Color information
#FC6436 (or 0xFC6436) is known color: Outrageous Orange. HEX triplet: FC, 64 and 36. RGB value is (252,100,54). Sum of RGB (Red+Green+Blue) = 252+100+54=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6436 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6436 is #039BC9. Grayscale: #8C8C8C. Windows color (decimal): -236490 or 3564796. OLE color: 3564796.
HSL color Cylindrical-coordinate representation of color #FC6436: hue angle of 13.94º 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 #FC6436 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 54 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.01 |
| HSL | 13.94º | 0.97% | 0.6% | - |
| HSV(B) | 13.94º | 0.79% | 0.99% | - |
| XYZ | 45.37 | 30.08 | 6.9 | - |
| YUV | 140.2 | 79.36 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 54 | 0 | 0.60 | 0.79 | 0.01 | 13.94 | 0.97 | 0.6 |
| Hex | FC | 64 | 36 | 0 | 3C | 4F | 1 | E | 61 | 3C |
| Octal | 374 | 144 | 66 | 0 | 74 | 117 | 1 | 16 | 141 | 74 |
| Binary | 11111100 | 1100100 | 110110 | 0 | 111100 | 1001111 | 1 | 1110 | 1100001 | 111100 |
Color Harmonies of #FC6436
Complementary color
Monochromatic Colors of #FC6436
Black with #FC6436
Text Example
Text Example
White with #FC6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6436; }
p { color: rgb(252,100,54); }
H1.HeaderClassName
{
color: #FC6436;
}
.AnyTagClassName
{
color: #FC6436;
}
</style>
background-color css
<style>
a { background-color: #FC6436; }
a { background-color: rgb(252,100,54); }
div.DivClassName
{
background-color: #FC6436;
}
.BgClassName
{
background-color: #FC6436;
}
</style>
border-color css
<style>
span { border-color: #FC6436; }
span { border-color: rgb(252,100,54); }
td.TdClassName
{
border-color: #FC6436;
}
.TagClassName
{
border-color: #FC6436;
}
</style>