Shades of Outrageous Orange #FE6038
Tints of Outrageous Orange #FE6038
RGB
CMYK
RGB Variations
Color information
#FE6038 (or 0xFE6038) is known color: Outrageous Orange. HEX triplet: FE, 60 and 38. RGB value is (254,96,56). Sum of RGB (Red+Green+Blue) = 254+96+56=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6038 is #019FC7. Grayscale: #8B8B8B. Windows color (decimal): -106440 or 3694846. OLE color: 3694846.
HSL color Cylindrical-coordinate representation of color #FE6038: hue angle of 12.12º 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 #FE6038 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 56 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.00 |
| HSL | 12.12º | 0.99% | 0.61% | - |
| HSV(B) | 12.12º | 0.78% | 1% | - |
| XYZ | 45.77 | 29.72 | 7.07 | - |
| YUV | 138.68 | 81.35 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 56 | 0 | 0.62 | 0.78 | 0.00 | 12.12 | 0.99 | 0.61 |
| Hex | FE | 60 | 38 | 0 | 3E | 4E | 0 | C | 63 | 3D |
| Octal | 376 | 140 | 70 | 0 | 76 | 116 | 0 | 14 | 143 | 75 |
| Binary | 11111110 | 1100000 | 111000 | 0 | 111110 | 1001110 | 0 | 1100 | 1100011 | 111101 |
Color Harmonies of #FE6038
Complementary color
Monochromatic Colors of #FE6038
Black with #FE6038
Text Example
Text Example
White with #FE6038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6038; }
p { color: rgb(254,96,56); }
H1.HeaderClassName
{
color: #FE6038;
}
.AnyTagClassName
{
color: #FE6038;
}
</style>
background-color css
<style>
a { background-color: #FE6038; }
a { background-color: rgb(254,96,56); }
div.DivClassName
{
background-color: #FE6038;
}
.BgClassName
{
background-color: #FE6038;
}
</style>
border-color css
<style>
span { border-color: #FE6038; }
span { border-color: rgb(254,96,56); }
td.TdClassName
{
border-color: #FE6038;
}
.TagClassName
{
border-color: #FE6038;
}
</style>