Shades of Outrageous Orange #FC502E
Tints of Outrageous Orange #FC502E
RGB
CMYK
RGB Variations
Color information
#FC502E (or 0xFC502E) is known color: Outrageous Orange. HEX triplet: FC, 50 and 2E. RGB value is (252,80,46). Sum of RGB (Red+Green+Blue) = 252+80+46=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC502E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC502E is #03AFD1. Grayscale: #7F7F7F. Windows color (decimal): -241618 or 3035388. OLE color: 3035388.
HSL color Cylindrical-coordinate representation of color #FC502E: hue angle of 9.9º 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 #FC502E is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 46 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.01 |
| HSL | 9.9º | 0.97% | 0.58% | - |
| HSV(B) | 9.9º | 0.82% | 0.99% | - |
| XYZ | 43.51 | 26.63 | 5.43 | - |
| YUV | 127.55 | 81.98 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 46 | 0 | 0.68 | 0.82 | 0.01 | 9.9 | 0.97 | 0.58 |
| Hex | FC | 50 | 2E | 0 | 44 | 52 | 1 | A | 61 | 3A |
| Octal | 374 | 120 | 56 | 0 | 104 | 122 | 1 | 12 | 141 | 72 |
| Binary | 11111100 | 1010000 | 101110 | 0 | 1000100 | 1010010 | 1 | 1010 | 1100001 | 111010 |
Color Harmonies of #FC502E
Complementary color
Monochromatic Colors of #FC502E
Black with #FC502E
Text Example
Text Example
White with #FC502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC502E; }
p { color: rgb(252,80,46); }
H1.HeaderClassName
{
color: #FC502E;
}
.AnyTagClassName
{
color: #FC502E;
}
</style>
background-color css
<style>
a { background-color: #FC502E; }
a { background-color: rgb(252,80,46); }
div.DivClassName
{
background-color: #FC502E;
}
.BgClassName
{
background-color: #FC502E;
}
</style>
border-color css
<style>
span { border-color: #FC502E; }
span { border-color: rgb(252,80,46); }
td.TdClassName
{
border-color: #FC502E;
}
.TagClassName
{
border-color: #FC502E;
}
</style>