Shades of Outrageous Orange #FC643A
Tints of Outrageous Orange #FC643A
RGB
CMYK
RGB Variations
Color information
#FC643A (or 0xFC643A) is known color: Outrageous Orange. HEX triplet: FC, 64 and 3A. RGB value is (252,100,58). Sum of RGB (Red+Green+Blue) = 252+100+58=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC643A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC643A is #039BC5. Grayscale: #8C8C8C. Windows color (decimal): -236486 or 3826940. OLE color: 3826940.
HSL color Cylindrical-coordinate representation of color #FC643A: hue angle of 12.99º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC643A is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 58 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.01 |
| HSL | 12.99º | 0.97% | 0.61% | - |
| HSV(B) | 12.99º | 0.77% | 0.99% | - |
| XYZ | 45.47 | 30.12 | 7.42 | - |
| YUV | 140.66 | 81.36 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 58 | 0 | 0.60 | 0.77 | 0.01 | 12.99 | 0.97 | 0.61 |
| Hex | FC | 64 | 3A | 0 | 3C | 4D | 1 | D | 61 | 3D |
| Octal | 374 | 144 | 72 | 0 | 74 | 115 | 1 | 15 | 141 | 75 |
| Binary | 11111100 | 1100100 | 111010 | 0 | 111100 | 1001101 | 1 | 1101 | 1100001 | 111101 |
Color Harmonies of #FC643A
Complementary color
Monochromatic Colors of #FC643A
Black with #FC643A
Text Example
Text Example
White with #FC643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC643A; }
p { color: rgb(252,100,58); }
H1.HeaderClassName
{
color: #FC643A;
}
.AnyTagClassName
{
color: #FC643A;
}
</style>
background-color css
<style>
a { background-color: #FC643A; }
a { background-color: rgb(252,100,58); }
div.DivClassName
{
background-color: #FC643A;
}
.BgClassName
{
background-color: #FC643A;
}
</style>
border-color css
<style>
span { border-color: #FC643A; }
span { border-color: rgb(252,100,58); }
td.TdClassName
{
border-color: #FC643A;
}
.TagClassName
{
border-color: #FC643A;
}
</style>