Shades of Outrageous Orange #FE662F
Tints of Outrageous Orange #FE662F
RGB
CMYK
RGB Variations
Color information
#FE662F (or 0xFE662F) is known color: Outrageous Orange. HEX triplet: FE, 66 and 2F. RGB value is (254,102,47). Sum of RGB (Red+Green+Blue) = 254+102+47=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE662F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE662F is #0199D0. Grayscale: #8D8D8D. Windows color (decimal): -104913 or 3106558. OLE color: 3106558.
HSL color Cylindrical-coordinate representation of color #FE662F: hue angle of 15.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE662F is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 47 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.00 |
| HSL | 15.94º | 0.99% | 0.59% | - |
| HSV(B) | 15.94º | 0.81% | 1% | - |
| XYZ | 46.14 | 30.78 | 6.2 | - |
| YUV | 141.18 | 74.86 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 47 | 0 | 0.60 | 0.81 | 0.00 | 15.94 | 0.99 | 0.59 |
| Hex | FE | 66 | 2F | 0 | 3C | 51 | 0 | 10 | 63 | 3B |
| Octal | 376 | 146 | 57 | 0 | 74 | 121 | 0 | 20 | 143 | 73 |
| Binary | 11111110 | 1100110 | 101111 | 0 | 111100 | 1010001 | 0 | 10000 | 1100011 | 111011 |
Color Harmonies of #FE662F
Complementary color
Monochromatic Colors of #FE662F
Black with #FE662F
Text Example
Text Example
White with #FE662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE662F; }
p { color: rgb(254,102,47); }
H1.HeaderClassName
{
color: #FE662F;
}
.AnyTagClassName
{
color: #FE662F;
}
</style>
background-color css
<style>
a { background-color: #FE662F; }
a { background-color: rgb(254,102,47); }
div.DivClassName
{
background-color: #FE662F;
}
.BgClassName
{
background-color: #FE662F;
}
</style>
border-color css
<style>
span { border-color: #FE662F; }
span { border-color: rgb(254,102,47); }
td.TdClassName
{
border-color: #FE662F;
}
.TagClassName
{
border-color: #FE662F;
}
</style>