Shades of Outrageous Orange #FE6223
Tints of Outrageous Orange #FE6223
RGB
CMYK
RGB Variations
Color information
#FE6223 (or 0xFE6223) is known color: Outrageous Orange. HEX triplet: FE, 62 and 23. RGB value is (254,98,35). Sum of RGB (Red+Green+Blue) = 254+98+35=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6223 is #019DDC. Grayscale: #898989. Windows color (decimal): -105949 or 2319102. OLE color: 2319102.
HSL color Cylindrical-coordinate representation of color #FE6223: hue angle of 17.26º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE6223 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 35 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.00 |
| HSL | 17.26º | 0.99% | 0.57% | - |
| HSV(B) | 17.26º | 0.86% | 1% | - |
| XYZ | 45.54 | 29.93 | 4.97 | - |
| YUV | 137.46 | 70.18 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 35 | 0 | 0.61 | 0.86 | 0.00 | 17.26 | 0.99 | 0.57 |
| Hex | FE | 62 | 23 | 0 | 3D | 56 | 0 | 11 | 63 | 39 |
| Octal | 376 | 142 | 43 | 0 | 75 | 126 | 0 | 21 | 143 | 71 |
| Binary | 11111110 | 1100010 | 100011 | 0 | 111101 | 1010110 | 0 | 10001 | 1100011 | 111001 |
Color Harmonies of #FE6223
Complementary color
Monochromatic Colors of #FE6223
Black with #FE6223
Text Example
Text Example
White with #FE6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6223; }
p { color: rgb(254,98,35); }
H1.HeaderClassName
{
color: #FE6223;
}
.AnyTagClassName
{
color: #FE6223;
}
</style>
background-color css
<style>
a { background-color: #FE6223; }
a { background-color: rgb(254,98,35); }
div.DivClassName
{
background-color: #FE6223;
}
.BgClassName
{
background-color: #FE6223;
}
</style>
border-color css
<style>
span { border-color: #FE6223; }
span { border-color: rgb(254,98,35); }
td.TdClassName
{
border-color: #FE6223;
}
.TagClassName
{
border-color: #FE6223;
}
</style>