Shades of Outrageous Orange #FE5A1C
Tints of Outrageous Orange #FE5A1C
RGB
CMYK
RGB Variations
Color information
#FE5A1C (or 0xFE5A1C) is known color: Outrageous Orange. HEX triplet: FE, 5A and 1C. RGB value is (254,90,28). Sum of RGB (Red+Green+Blue) = 254+90+28=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5A1C is #01A5E3. Grayscale: #848484. Windows color (decimal): -108004 or 1858302. OLE color: 1858302.
HSL color Cylindrical-coordinate representation of color #FE5A1C: hue angle of 16.46º 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 #FE5A1C is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 28 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.00 |
| HSL | 16.46º | 0.99% | 0.55% | - |
| HSV(B) | 16.46º | 0.89% | 1% | - |
| XYZ | 44.74 | 28.47 | 4.24 | - |
| YUV | 131.97 | 69.33 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 28 | 0 | 0.65 | 0.89 | 0.00 | 16.46 | 0.99 | 0.55 |
| Hex | FE | 5A | 1C | 0 | 41 | 59 | 0 | 10 | 63 | 37 |
| Octal | 376 | 132 | 34 | 0 | 101 | 131 | 0 | 20 | 143 | 67 |
| Binary | 11111110 | 1011010 | 11100 | 0 | 1000001 | 1011001 | 0 | 10000 | 1100011 | 110111 |
Color Harmonies of #FE5A1C
Complementary color
Monochromatic Colors of #FE5A1C
Black with #FE5A1C
Text Example
Text Example
White with #FE5A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A1C; }
p { color: rgb(254,90,28); }
H1.HeaderClassName
{
color: #FE5A1C;
}
.AnyTagClassName
{
color: #FE5A1C;
}
</style>
background-color css
<style>
a { background-color: #FE5A1C; }
a { background-color: rgb(254,90,28); }
div.DivClassName
{
background-color: #FE5A1C;
}
.BgClassName
{
background-color: #FE5A1C;
}
</style>
border-color css
<style>
span { border-color: #FE5A1C; }
span { border-color: rgb(254,90,28); }
td.TdClassName
{
border-color: #FE5A1C;
}
.TagClassName
{
border-color: #FE5A1C;
}
</style>