Shades of Outrageous Orange #FE663D
Tints of Outrageous Orange #FE663D
RGB
CMYK
RGB Variations
Color information
#FE663D (or 0xFE663D) is known color: Outrageous Orange. HEX triplet: FE, 66 and 3D. RGB value is (254,102,61). Sum of RGB (Red+Green+Blue) = 254+102+61=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE663D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE663D is #0199C2. Grayscale: #8F8F8F. Windows color (decimal): -104899 or 4024062. OLE color: 4024062.
HSL color Cylindrical-coordinate representation of color #FE663D: hue angle of 12.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE663D is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 61 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.00 |
| HSL | 12.75º | 0.99% | 0.62% | - |
| HSV(B) | 12.75º | 0.76% | 1% | - |
| XYZ | 46.47 | 30.91 | 7.93 | - |
| YUV | 142.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 61 | 0 | 0.60 | 0.76 | 0.00 | 12.75 | 0.99 | 0.62 |
| Hex | FE | 66 | 3D | 0 | 3C | 4C | 0 | D | 63 | 3E |
| Octal | 376 | 146 | 75 | 0 | 74 | 114 | 0 | 15 | 143 | 76 |
| Binary | 11111110 | 1100110 | 111101 | 0 | 111100 | 1001100 | 0 | 1101 | 1100011 | 111110 |
Color Harmonies of #FE663D
Complementary color
Monochromatic Colors of #FE663D
Black with #FE663D
Text Example
Text Example
White with #FE663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE663D; }
p { color: rgb(254,102,61); }
H1.HeaderClassName
{
color: #FE663D;
}
.AnyTagClassName
{
color: #FE663D;
}
</style>
background-color css
<style>
a { background-color: #FE663D; }
a { background-color: rgb(254,102,61); }
div.DivClassName
{
background-color: #FE663D;
}
.BgClassName
{
background-color: #FE663D;
}
</style>
border-color css
<style>
span { border-color: #FE663D; }
span { border-color: rgb(254,102,61); }
td.TdClassName
{
border-color: #FE663D;
}
.TagClassName
{
border-color: #FE663D;
}
</style>