Shades of Outrageous Orange #FE5423
Tints of Outrageous Orange #FE5423
RGB
CMYK
RGB Variations
Color information
#FE5423 (or 0xFE5423) is known color: Outrageous Orange. HEX triplet: FE, 54 and 23. RGB value is (254,84,35). Sum of RGB (Red+Green+Blue) = 254+84+35=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5423 is #01ABDC. Grayscale: #818181. Windows color (decimal): -109533 or 2315518. OLE color: 2315518.
HSL color Cylindrical-coordinate representation of color #FE5423: hue angle of 13.42º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE5423 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 35 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.00 |
| HSL | 13.42º | 0.99% | 0.57% | - |
| HSV(B) | 13.42º | 0.86% | 1% | - |
| XYZ | 44.35 | 27.53 | 4.57 | - |
| YUV | 129.24 | 74.82 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 35 | 0 | 0.67 | 0.86 | 0.00 | 13.42 | 0.99 | 0.57 |
| Hex | FE | 54 | 23 | 0 | 43 | 56 | 0 | D | 63 | 39 |
| Octal | 376 | 124 | 43 | 0 | 103 | 126 | 0 | 15 | 143 | 71 |
| Binary | 11111110 | 1010100 | 100011 | 0 | 1000011 | 1010110 | 0 | 1101 | 1100011 | 111001 |
Color Harmonies of #FE5423
Complementary color
Monochromatic Colors of #FE5423
Black with #FE5423
Text Example
Text Example
White with #FE5423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5423; }
p { color: rgb(254,84,35); }
H1.HeaderClassName
{
color: #FE5423;
}
.AnyTagClassName
{
color: #FE5423;
}
</style>
background-color css
<style>
a { background-color: #FE5423; }
a { background-color: rgb(254,84,35); }
div.DivClassName
{
background-color: #FE5423;
}
.BgClassName
{
background-color: #FE5423;
}
</style>
border-color css
<style>
span { border-color: #FE5423; }
span { border-color: rgb(254,84,35); }
td.TdClassName
{
border-color: #FE5423;
}
.TagClassName
{
border-color: #FE5423;
}
</style>