Shades of Outrageous Orange #FC663A
Tints of Outrageous Orange #FC663A
RGB
CMYK
RGB Variations
Color information
#FC663A (or 0xFC663A) is known color: Outrageous Orange. HEX triplet: FC, 66 and 3A. RGB value is (252,102,58). Sum of RGB (Red+Green+Blue) = 252+102+58=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC663A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC663A is #0399C5. Grayscale: #8E8E8E. Windows color (decimal): -235974 or 3827452. OLE color: 3827452.
HSL color Cylindrical-coordinate representation of color #FC663A: hue angle of 13.61º 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 #FC663A is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 58 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.01 |
| HSL | 13.61º | 0.97% | 0.61% | - |
| HSV(B) | 13.61º | 0.77% | 0.99% | - |
| XYZ | 45.66 | 30.5 | 7.48 | - |
| YUV | 141.83 | 80.7 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 58 | 0 | 0.60 | 0.77 | 0.01 | 13.61 | 0.97 | 0.61 |
| Hex | FC | 66 | 3A | 0 | 3C | 4D | 1 | E | 61 | 3D |
| Octal | 374 | 146 | 72 | 0 | 74 | 115 | 1 | 16 | 141 | 75 |
| Binary | 11111100 | 1100110 | 111010 | 0 | 111100 | 1001101 | 1 | 1110 | 1100001 | 111101 |
Color Harmonies of #FC663A
Complementary color
Monochromatic Colors of #FC663A
Black with #FC663A
Text Example
Text Example
White with #FC663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC663A; }
p { color: rgb(252,102,58); }
H1.HeaderClassName
{
color: #FC663A;
}
.AnyTagClassName
{
color: #FC663A;
}
</style>
background-color css
<style>
a { background-color: #FC663A; }
a { background-color: rgb(252,102,58); }
div.DivClassName
{
background-color: #FC663A;
}
.BgClassName
{
background-color: #FC663A;
}
</style>
border-color css
<style>
span { border-color: #FC663A; }
span { border-color: rgb(252,102,58); }
td.TdClassName
{
border-color: #FC663A;
}
.TagClassName
{
border-color: #FC663A;
}
</style>