Shades of Outrageous Orange #FE562C
Tints of Outrageous Orange #FE562C
RGB
CMYK
RGB Variations
Color information
#FE562C (or 0xFE562C) is known color: Outrageous Orange. HEX triplet: FE, 56 and 2C. RGB value is (254,86,44). Sum of RGB (Red+Green+Blue) = 254+86+44=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE562C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE562C is #01A9D3. Grayscale: #838383. Windows color (decimal): -109012 or 2905854. OLE color: 2905854.
HSL color Cylindrical-coordinate representation of color #FE562C: hue angle of 12º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE562C is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 44 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.00 |
| HSL | 12º | 0.99% | 0.58% | - |
| HSV(B) | 12º | 0.83% | 1% | - |
| XYZ | 44.66 | 27.91 | 5.42 | - |
| YUV | 131.44 | 78.66 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 44 | 0 | 0.66 | 0.83 | 0.00 | 12 | 0.99 | 0.58 |
| Hex | FE | 56 | 2C | 0 | 42 | 53 | 0 | C | 63 | 3A |
| Octal | 376 | 126 | 54 | 0 | 102 | 123 | 0 | 14 | 143 | 72 |
| Binary | 11111110 | 1010110 | 101100 | 0 | 1000010 | 1010011 | 0 | 1100 | 1100011 | 111010 |
Color Harmonies of #FE562C
Complementary color
Monochromatic Colors of #FE562C
Black with #FE562C
Text Example
Text Example
White with #FE562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE562C; }
p { color: rgb(254,86,44); }
H1.HeaderClassName
{
color: #FE562C;
}
.AnyTagClassName
{
color: #FE562C;
}
</style>
background-color css
<style>
a { background-color: #FE562C; }
a { background-color: rgb(254,86,44); }
div.DivClassName
{
background-color: #FE562C;
}
.BgClassName
{
background-color: #FE562C;
}
</style>
border-color css
<style>
span { border-color: #FE562C; }
span { border-color: rgb(254,86,44); }
td.TdClassName
{
border-color: #FE562C;
}
.TagClassName
{
border-color: #FE562C;
}
</style>