Shades of Outrageous Orange #FC642E
Tints of Outrageous Orange #FC642E
RGB
CMYK
RGB Variations
Color information
#FC642E (or 0xFC642E) is known color: Outrageous Orange. HEX triplet: FC, 64 and 2E. RGB value is (252,100,46). Sum of RGB (Red+Green+Blue) = 252+100+46=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC642E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC642E is #039BD1. Grayscale: #8B8B8B. Windows color (decimal): -236498 or 3040508. OLE color: 3040508.
HSL color Cylindrical-coordinate representation of color #FC642E: hue angle of 15.73º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC642E is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 46 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.01 |
| HSL | 15.73º | 0.97% | 0.58% | - |
| HSV(B) | 15.73º | 0.82% | 0.99% | - |
| XYZ | 45.2 | 30.01 | 5.99 | - |
| YUV | 139.29 | 75.36 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 46 | 0 | 0.60 | 0.82 | 0.01 | 15.73 | 0.97 | 0.58 |
| Hex | FC | 64 | 2E | 0 | 3C | 52 | 1 | 10 | 61 | 3A |
| Octal | 374 | 144 | 56 | 0 | 74 | 122 | 1 | 20 | 141 | 72 |
| Binary | 11111100 | 1100100 | 101110 | 0 | 111100 | 1010010 | 1 | 10000 | 1100001 | 111010 |
Color Harmonies of #FC642E
Complementary color
Monochromatic Colors of #FC642E
Black with #FC642E
Text Example
Text Example
White with #FC642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC642E; }
p { color: rgb(252,100,46); }
H1.HeaderClassName
{
color: #FC642E;
}
.AnyTagClassName
{
color: #FC642E;
}
</style>
background-color css
<style>
a { background-color: #FC642E; }
a { background-color: rgb(252,100,46); }
div.DivClassName
{
background-color: #FC642E;
}
.BgClassName
{
background-color: #FC642E;
}
</style>
border-color css
<style>
span { border-color: #FC642E; }
span { border-color: rgb(252,100,46); }
td.TdClassName
{
border-color: #FC642E;
}
.TagClassName
{
border-color: #FC642E;
}
</style>