Shades of Outrageous Orange #FE6238
Tints of Outrageous Orange #FE6238
RGB
CMYK
RGB Variations
Color information
#FE6238 (or 0xFE6238) is known color: Outrageous Orange. HEX triplet: FE, 62 and 38. RGB value is (254,98,56). Sum of RGB (Red+Green+Blue) = 254+98+56=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6238 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6238 is #019DC7. Grayscale: #8C8C8C. Windows color (decimal): -105928 or 3695358. OLE color: 3695358.
HSL color Cylindrical-coordinate representation of color #FE6238: hue angle of 12.73º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE6238 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 56 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.00 |
| HSL | 12.73º | 0.99% | 0.61% | - |
| HSV(B) | 12.73º | 0.78% | 1% | - |
| XYZ | 45.95 | 30.09 | 7.13 | - |
| YUV | 139.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 56 | 0 | 0.61 | 0.78 | 0.00 | 12.73 | 0.99 | 0.61 |
| Hex | FE | 62 | 38 | 0 | 3D | 4E | 0 | D | 63 | 3D |
| Octal | 376 | 142 | 70 | 0 | 75 | 116 | 0 | 15 | 143 | 75 |
| Binary | 11111110 | 1100010 | 111000 | 0 | 111101 | 1001110 | 0 | 1101 | 1100011 | 111101 |
Color Harmonies of #FE6238
Complementary color
Monochromatic Colors of #FE6238
Black with #FE6238
Text Example
Text Example
White with #FE6238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6238; }
p { color: rgb(254,98,56); }
H1.HeaderClassName
{
color: #FE6238;
}
.AnyTagClassName
{
color: #FE6238;
}
</style>
background-color css
<style>
a { background-color: #FE6238; }
a { background-color: rgb(254,98,56); }
div.DivClassName
{
background-color: #FE6238;
}
.BgClassName
{
background-color: #FE6238;
}
</style>
border-color css
<style>
span { border-color: #FE6238; }
span { border-color: rgb(254,98,56); }
td.TdClassName
{
border-color: #FE6238;
}
.TagClassName
{
border-color: #FE6238;
}
</style>