Shades of Outrageous Orange #FE5B1D
Tints of Outrageous Orange #FE5B1D
RGB
CMYK
RGB Variations
Color information
#FE5B1D (or 0xFE5B1D) is known color: Outrageous Orange. HEX triplet: FE, 5B and 1D. RGB value is (254,91,29). Sum of RGB (Red+Green+Blue) = 254+91+29=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5B1D is #01A4E2. Grayscale: #858585. Windows color (decimal): -107747 or 1924094. OLE color: 1924094.
HSL color Cylindrical-coordinate representation of color #FE5B1D: hue angle of 16.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE5B1D is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 29 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.00 |
| HSL | 16.53º | 0.99% | 0.55% | - |
| HSV(B) | 16.53º | 0.89% | 1% | - |
| XYZ | 44.84 | 28.64 | 4.33 | - |
| YUV | 132.67 | 69.5 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 29 | 0 | 0.64 | 0.89 | 0.00 | 16.53 | 0.99 | 0.55 |
| Hex | FE | 5B | 1D | 0 | 40 | 59 | 0 | 11 | 63 | 37 |
| Octal | 376 | 133 | 35 | 0 | 100 | 131 | 0 | 21 | 143 | 67 |
| Binary | 11111110 | 1011011 | 11101 | 0 | 1000000 | 1011001 | 0 | 10001 | 1100011 | 110111 |
Color Harmonies of #FE5B1D
Complementary color
Monochromatic Colors of #FE5B1D
Black with #FE5B1D
Text Example
Text Example
White with #FE5B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B1D; }
p { color: rgb(254,91,29); }
H1.HeaderClassName
{
color: #FE5B1D;
}
.AnyTagClassName
{
color: #FE5B1D;
}
</style>
background-color css
<style>
a { background-color: #FE5B1D; }
a { background-color: rgb(254,91,29); }
div.DivClassName
{
background-color: #FE5B1D;
}
.BgClassName
{
background-color: #FE5B1D;
}
</style>
border-color css
<style>
span { border-color: #FE5B1D; }
span { border-color: rgb(254,91,29); }
td.TdClassName
{
border-color: #FE5B1D;
}
.TagClassName
{
border-color: #FE5B1D;
}
</style>