Shades of Outrageous Orange #FC663E
Tints of Outrageous Orange #FC663E
RGB
CMYK
RGB Variations
Color information
#FC663E (or 0xFC663E) is known color: Outrageous Orange. HEX triplet: FC, 66 and 3E. RGB value is (252,102,62). Sum of RGB (Red+Green+Blue) = 252+102+62=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC663E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC663E is #0399C1. Grayscale: #8E8E8E. Windows color (decimal): -235970 or 4089596. OLE color: 4089596.
HSL color Cylindrical-coordinate representation of color #FC663E: hue angle of 12.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC663E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 62 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.01 |
| HSL | 12.63º | 0.97% | 0.62% | - |
| HSV(B) | 12.63º | 0.75% | 0.99% | - |
| XYZ | 45.77 | 30.55 | 8.04 | - |
| YUV | 142.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 62 | 0 | 0.60 | 0.75 | 0.01 | 12.63 | 0.97 | 0.62 |
| Hex | FC | 66 | 3E | 0 | 3C | 4B | 1 | D | 61 | 3E |
| Octal | 374 | 146 | 76 | 0 | 74 | 113 | 1 | 15 | 141 | 76 |
| Binary | 11111100 | 1100110 | 111110 | 0 | 111100 | 1001011 | 1 | 1101 | 1100001 | 111110 |
Color Harmonies of #FC663E
Complementary color
Monochromatic Colors of #FC663E
Black with #FC663E
Text Example
Text Example
White with #FC663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC663E; }
p { color: rgb(252,102,62); }
H1.HeaderClassName
{
color: #FC663E;
}
.AnyTagClassName
{
color: #FC663E;
}
</style>
background-color css
<style>
a { background-color: #FC663E; }
a { background-color: rgb(252,102,62); }
div.DivClassName
{
background-color: #FC663E;
}
.BgClassName
{
background-color: #FC663E;
}
</style>
border-color css
<style>
span { border-color: #FC663E; }
span { border-color: rgb(252,102,62); }
td.TdClassName
{
border-color: #FC663E;
}
.TagClassName
{
border-color: #FC663E;
}
</style>