Shades of Outrageous Orange #FE6233
Tints of Outrageous Orange #FE6233
RGB
CMYK
RGB Variations
Color information
#FE6233 (or 0xFE6233) is known color: Outrageous Orange. HEX triplet: FE, 62 and 33. RGB value is (254,98,51). Sum of RGB (Red+Green+Blue) = 254+98+51=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6233 is #019DCC. Grayscale: #8B8B8B. Windows color (decimal): -105933 or 3367678. OLE color: 3367678.
HSL color Cylindrical-coordinate representation of color #FE6233: hue angle of 13.89º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE6233 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 51 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.00 |
| HSL | 13.89º | 0.99% | 0.6% | - |
| HSV(B) | 13.89º | 0.8% | 1% | - |
| XYZ | 45.84 | 30.05 | 6.52 | - |
| YUV | 139.29 | 78.18 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 51 | 0 | 0.61 | 0.80 | 0.00 | 13.89 | 0.99 | 0.6 |
| Hex | FE | 62 | 33 | 0 | 3D | 50 | 0 | E | 63 | 3C |
| Octal | 376 | 142 | 63 | 0 | 75 | 120 | 0 | 16 | 143 | 74 |
| Binary | 11111110 | 1100010 | 110011 | 0 | 111101 | 1010000 | 0 | 1110 | 1100011 | 111100 |
Color Harmonies of #FE6233
Complementary color
Monochromatic Colors of #FE6233
Black with #FE6233
Text Example
Text Example
White with #FE6233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6233; }
p { color: rgb(254,98,51); }
H1.HeaderClassName
{
color: #FE6233;
}
.AnyTagClassName
{
color: #FE6233;
}
</style>
background-color css
<style>
a { background-color: #FE6233; }
a { background-color: rgb(254,98,51); }
div.DivClassName
{
background-color: #FE6233;
}
.BgClassName
{
background-color: #FE6233;
}
</style>
border-color css
<style>
span { border-color: #FE6233; }
span { border-color: rgb(254,98,51); }
td.TdClassName
{
border-color: #FE6233;
}
.TagClassName
{
border-color: #FE6233;
}
</style>