Shades of Outrageous Orange #FE5326
Tints of Outrageous Orange #FE5326
RGB
CMYK
RGB Variations
Color information
#FE5326 (or 0xFE5326) is known color: Outrageous Orange. HEX triplet: FE, 53 and 26. RGB value is (254,83,38). Sum of RGB (Red+Green+Blue) = 254+83+38=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5326 is #01ACD9. Grayscale: #818181. Windows color (decimal): -109786 or 2511870. OLE color: 2511870.
HSL color Cylindrical-coordinate representation of color #FE5326: hue angle of 12.5º 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 #FE5326 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 38 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.00 |
| HSL | 12.5º | 0.99% | 0.57% | - |
| HSV(B) | 12.5º | 0.85% | 1% | - |
| XYZ | 44.32 | 27.4 | 4.79 | - |
| YUV | 129 | 76.65 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 38 | 0 | 0.67 | 0.85 | 0.00 | 12.5 | 0.99 | 0.57 |
| Hex | FE | 53 | 26 | 0 | 43 | 55 | 0 | C | 63 | 39 |
| Octal | 376 | 123 | 46 | 0 | 103 | 125 | 0 | 14 | 143 | 71 |
| Binary | 11111110 | 1010011 | 100110 | 0 | 1000011 | 1010101 | 0 | 1100 | 1100011 | 111001 |
Color Harmonies of #FE5326
Complementary color
Monochromatic Colors of #FE5326
Black with #FE5326
Text Example
Text Example
White with #FE5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5326; }
p { color: rgb(254,83,38); }
H1.HeaderClassName
{
color: #FE5326;
}
.AnyTagClassName
{
color: #FE5326;
}
</style>
background-color css
<style>
a { background-color: #FE5326; }
a { background-color: rgb(254,83,38); }
div.DivClassName
{
background-color: #FE5326;
}
.BgClassName
{
background-color: #FE5326;
}
</style>
border-color css
<style>
span { border-color: #FE5326; }
span { border-color: rgb(254,83,38); }
td.TdClassName
{
border-color: #FE5326;
}
.TagClassName
{
border-color: #FE5326;
}
</style>