Shades of Outrageous Orange #FE6227
Tints of Outrageous Orange #FE6227
RGB
CMYK
RGB Variations
Color information
#FE6227 (or 0xFE6227) is known color: Outrageous Orange. HEX triplet: FE, 62 and 27. RGB value is (254,98,39). Sum of RGB (Red+Green+Blue) = 254+98+39=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6227 is #019DD8. Grayscale: #8A8A8A. Windows color (decimal): -105945 or 2581246. OLE color: 2581246.
HSL color Cylindrical-coordinate representation of color #FE6227: hue angle of 16.47º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE6227 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 39 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.00 |
| HSL | 16.47º | 0.99% | 0.57% | - |
| HSV(B) | 16.47º | 0.85% | 1% | - |
| XYZ | 45.61 | 29.95 | 5.3 | - |
| YUV | 137.92 | 72.18 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 39 | 0 | 0.61 | 0.85 | 0.00 | 16.47 | 0.99 | 0.57 |
| Hex | FE | 62 | 27 | 0 | 3D | 55 | 0 | 10 | 63 | 39 |
| Octal | 376 | 142 | 47 | 0 | 75 | 125 | 0 | 20 | 143 | 71 |
| Binary | 11111110 | 1100010 | 100111 | 0 | 111101 | 1010101 | 0 | 10000 | 1100011 | 111001 |
Color Harmonies of #FE6227
Complementary color
Monochromatic Colors of #FE6227
Black with #FE6227
Text Example
Text Example
White with #FE6227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6227; }
p { color: rgb(254,98,39); }
H1.HeaderClassName
{
color: #FE6227;
}
.AnyTagClassName
{
color: #FE6227;
}
</style>
background-color css
<style>
a { background-color: #FE6227; }
a { background-color: rgb(254,98,39); }
div.DivClassName
{
background-color: #FE6227;
}
.BgClassName
{
background-color: #FE6227;
}
</style>
border-color css
<style>
span { border-color: #FE6227; }
span { border-color: rgb(254,98,39); }
td.TdClassName
{
border-color: #FE6227;
}
.TagClassName
{
border-color: #FE6227;
}
</style>