Shades of Outrageous Orange #FE6228
Tints of Outrageous Orange #FE6228
RGB
CMYK
RGB Variations
Color information
#FE6228 (or 0xFE6228) is known color: Outrageous Orange. HEX triplet: FE, 62 and 28. RGB value is (254,98,40). Sum of RGB (Red+Green+Blue) = 254+98+40=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6228 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6228 is #019DD7. Grayscale: #8A8A8A. Windows color (decimal): -105944 or 2646782. OLE color: 2646782.
HSL color Cylindrical-coordinate representation of color #FE6228: hue angle of 16.26º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE6228 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 40 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.00 |
| HSL | 16.26º | 0.99% | 0.58% | - |
| HSV(B) | 16.26º | 0.84% | 1% | - |
| XYZ | 45.62 | 29.96 | 5.39 | - |
| YUV | 138.03 | 72.68 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 40 | 0 | 0.61 | 0.84 | 0.00 | 16.26 | 0.99 | 0.58 |
| Hex | FE | 62 | 28 | 0 | 3D | 54 | 0 | 10 | 63 | 3A |
| Octal | 376 | 142 | 50 | 0 | 75 | 124 | 0 | 20 | 143 | 72 |
| Binary | 11111110 | 1100010 | 101000 | 0 | 111101 | 1010100 | 0 | 10000 | 1100011 | 111010 |
Color Harmonies of #FE6228
Complementary color
Monochromatic Colors of #FE6228
Black with #FE6228
Text Example
Text Example
White with #FE6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6228; }
p { color: rgb(254,98,40); }
H1.HeaderClassName
{
color: #FE6228;
}
.AnyTagClassName
{
color: #FE6228;
}
</style>
background-color css
<style>
a { background-color: #FE6228; }
a { background-color: rgb(254,98,40); }
div.DivClassName
{
background-color: #FE6228;
}
.BgClassName
{
background-color: #FE6228;
}
</style>
border-color css
<style>
span { border-color: #FE6228; }
span { border-color: rgb(254,98,40); }
td.TdClassName
{
border-color: #FE6228;
}
.TagClassName
{
border-color: #FE6228;
}
</style>