Shades of Outrageous Orange #FE562D
Tints of Outrageous Orange #FE562D
RGB
CMYK
RGB Variations
Color information
#FE562D (or 0xFE562D) is known color: Outrageous Orange. HEX triplet: FE, 56 and 2D. RGB value is (254,86,45). Sum of RGB (Red+Green+Blue) = 254+86+45=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE562D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE562D is #01A9D2. Grayscale: #838383. Windows color (decimal): -109011 or 2971390. OLE color: 2971390.
HSL color Cylindrical-coordinate representation of color #FE562D: hue angle of 11.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE562D is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 45 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.00 |
| HSL | 11.77º | 0.99% | 0.59% | - |
| HSV(B) | 11.77º | 0.82% | 1% | - |
| XYZ | 44.67 | 27.92 | 5.52 | - |
| YUV | 131.56 | 79.16 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 45 | 0 | 0.66 | 0.82 | 0.00 | 11.77 | 0.99 | 0.59 |
| Hex | FE | 56 | 2D | 0 | 42 | 52 | 0 | C | 63 | 3B |
| Octal | 376 | 126 | 55 | 0 | 102 | 122 | 0 | 14 | 143 | 73 |
| Binary | 11111110 | 1010110 | 101101 | 0 | 1000010 | 1010010 | 0 | 1100 | 1100011 | 111011 |
Color Harmonies of #FE562D
Complementary color
Monochromatic Colors of #FE562D
Black with #FE562D
Text Example
Text Example
White with #FE562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE562D; }
p { color: rgb(254,86,45); }
H1.HeaderClassName
{
color: #FE562D;
}
.AnyTagClassName
{
color: #FE562D;
}
</style>
background-color css
<style>
a { background-color: #FE562D; }
a { background-color: rgb(254,86,45); }
div.DivClassName
{
background-color: #FE562D;
}
.BgClassName
{
background-color: #FE562D;
}
</style>
border-color css
<style>
span { border-color: #FE562D; }
span { border-color: rgb(254,86,45); }
td.TdClassName
{
border-color: #FE562D;
}
.TagClassName
{
border-color: #FE562D;
}
</style>