Shades of Outrageous Orange #FE5226
Tints of Outrageous Orange #FE5226
RGB
CMYK
RGB Variations
Color information
#FE5226 (or 0xFE5226) is known color: Outrageous Orange. HEX triplet: FE, 52 and 26. RGB value is (254,82,38). Sum of RGB (Red+Green+Blue) = 254+82+38=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5226 is #01ADD9. Grayscale: #808080. Windows color (decimal): -110042 or 2511614. OLE color: 2511614.
HSL color Cylindrical-coordinate representation of color #FE5226: hue angle of 12.22º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE5226 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 38 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.00 |
| HSL | 12.22º | 0.99% | 0.57% | - |
| HSV(B) | 12.22º | 0.85% | 1% | - |
| XYZ | 44.24 | 27.25 | 4.76 | - |
| YUV | 128.41 | 76.98 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 38 | 0 | 0.68 | 0.85 | 0.00 | 12.22 | 0.99 | 0.57 |
| Hex | FE | 52 | 26 | 0 | 44 | 55 | 0 | C | 63 | 39 |
| Octal | 376 | 122 | 46 | 0 | 104 | 125 | 0 | 14 | 143 | 71 |
| Binary | 11111110 | 1010010 | 100110 | 0 | 1000100 | 1010101 | 0 | 1100 | 1100011 | 111001 |
Color Harmonies of #FE5226
Complementary color
Monochromatic Colors of #FE5226
Black with #FE5226
Text Example
Text Example
White with #FE5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5226; }
p { color: rgb(254,82,38); }
H1.HeaderClassName
{
color: #FE5226;
}
.AnyTagClassName
{
color: #FE5226;
}
</style>
background-color css
<style>
a { background-color: #FE5226; }
a { background-color: rgb(254,82,38); }
div.DivClassName
{
background-color: #FE5226;
}
.BgClassName
{
background-color: #FE5226;
}
</style>
border-color css
<style>
span { border-color: #FE5226; }
span { border-color: rgb(254,82,38); }
td.TdClassName
{
border-color: #FE5226;
}
.TagClassName
{
border-color: #FE5226;
}
</style>