Shades of Outrageous Orange #FC653E
Tints of Outrageous Orange #FC653E
RGB
CMYK
RGB Variations
Color information
#FC653E (or 0xFC653E) is known color: Outrageous Orange. HEX triplet: FC, 65 and 3E. RGB value is (252,101,62). Sum of RGB (Red+Green+Blue) = 252+101+62=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC653E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC653E is #039AC1. Grayscale: #8E8E8E. Windows color (decimal): -236226 or 4089340. OLE color: 4089340.
HSL color Cylindrical-coordinate representation of color #FC653E: hue angle of 12.32º 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 #FC653E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 62 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.01 |
| HSL | 12.32º | 0.97% | 0.62% | - |
| HSV(B) | 12.32º | 0.75% | 0.99% | - |
| XYZ | 45.67 | 30.35 | 8.01 | - |
| YUV | 141.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 62 | 0 | 0.60 | 0.75 | 0.01 | 12.32 | 0.97 | 0.62 |
| Hex | FC | 65 | 3E | 0 | 3C | 4B | 1 | C | 61 | 3E |
| Octal | 374 | 145 | 76 | 0 | 74 | 113 | 1 | 14 | 141 | 76 |
| Binary | 11111100 | 1100101 | 111110 | 0 | 111100 | 1001011 | 1 | 1100 | 1100001 | 111110 |
Color Harmonies of #FC653E
Complementary color
Monochromatic Colors of #FC653E
Black with #FC653E
Text Example
Text Example
White with #FC653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC653E; }
p { color: rgb(252,101,62); }
H1.HeaderClassName
{
color: #FC653E;
}
.AnyTagClassName
{
color: #FC653E;
}
</style>
background-color css
<style>
a { background-color: #FC653E; }
a { background-color: rgb(252,101,62); }
div.DivClassName
{
background-color: #FC653E;
}
.BgClassName
{
background-color: #FC653E;
}
</style>
border-color css
<style>
span { border-color: #FC653E; }
span { border-color: rgb(252,101,62); }
td.TdClassName
{
border-color: #FC653E;
}
.TagClassName
{
border-color: #FC653E;
}
</style>