Shades of Outrageous Orange #FE663A
Tints of Outrageous Orange #FE663A
RGB
CMYK
RGB Variations
Color information
#FE663A (or 0xFE663A) is known color: Outrageous Orange. HEX triplet: FE, 66 and 3A. RGB value is (254,102,58). Sum of RGB (Red+Green+Blue) = 254+102+58=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE663A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE663A is #0199C5. Grayscale: #8E8E8E. Windows color (decimal): -104902 or 3827454. OLE color: 3827454.
HSL color Cylindrical-coordinate representation of color #FE663A: hue angle of 13.47º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE663A is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 58 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.00 |
| HSL | 13.47º | 0.99% | 0.61% | - |
| HSV(B) | 13.47º | 0.77% | 1% | - |
| XYZ | 46.39 | 30.88 | 7.52 | - |
| YUV | 142.43 | 80.36 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 58 | 0 | 0.60 | 0.77 | 0.00 | 13.47 | 0.99 | 0.61 |
| Hex | FE | 66 | 3A | 0 | 3C | 4D | 0 | D | 63 | 3D |
| Octal | 376 | 146 | 72 | 0 | 74 | 115 | 0 | 15 | 143 | 75 |
| Binary | 11111110 | 1100110 | 111010 | 0 | 111100 | 1001101 | 0 | 1101 | 1100011 | 111101 |
Color Harmonies of #FE663A
Complementary color
Monochromatic Colors of #FE663A
Black with #FE663A
Text Example
Text Example
White with #FE663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE663A; }
p { color: rgb(254,102,58); }
H1.HeaderClassName
{
color: #FE663A;
}
.AnyTagClassName
{
color: #FE663A;
}
</style>
background-color css
<style>
a { background-color: #FE663A; }
a { background-color: rgb(254,102,58); }
div.DivClassName
{
background-color: #FE663A;
}
.BgClassName
{
background-color: #FE663A;
}
</style>
border-color css
<style>
span { border-color: #FE663A; }
span { border-color: rgb(254,102,58); }
td.TdClassName
{
border-color: #FE663A;
}
.TagClassName
{
border-color: #FE663A;
}
</style>