Shades of Outrageous Orange #FE562F
Tints of Outrageous Orange #FE562F
RGB
CMYK
RGB Variations
Color information
#FE562F (or 0xFE562F) is known color: Outrageous Orange. HEX triplet: FE, 56 and 2F. RGB value is (254,86,47). Sum of RGB (Red+Green+Blue) = 254+86+47=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE562F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE562F is #01A9D0. Grayscale: #848484. Windows color (decimal): -109009 or 3102462. OLE color: 3102462.
HSL color Cylindrical-coordinate representation of color #FE562F: hue angle of 11.3º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE562F is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 47 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.00 |
| HSL | 11.3º | 0.99% | 0.59% | - |
| HSV(B) | 11.3º | 0.81% | 1% | - |
| XYZ | 44.71 | 27.93 | 5.72 | - |
| YUV | 131.79 | 80.16 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 47 | 0 | 0.66 | 0.81 | 0.00 | 11.3 | 0.99 | 0.59 |
| Hex | FE | 56 | 2F | 0 | 42 | 51 | 0 | B | 63 | 3B |
| Octal | 376 | 126 | 57 | 0 | 102 | 121 | 0 | 13 | 143 | 73 |
| Binary | 11111110 | 1010110 | 101111 | 0 | 1000010 | 1010001 | 0 | 1011 | 1100011 | 111011 |
Color Harmonies of #FE562F
Complementary color
Monochromatic Colors of #FE562F
Black with #FE562F
Text Example
Text Example
White with #FE562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE562F; }
p { color: rgb(254,86,47); }
H1.HeaderClassName
{
color: #FE562F;
}
.AnyTagClassName
{
color: #FE562F;
}
</style>
background-color css
<style>
a { background-color: #FE562F; }
a { background-color: rgb(254,86,47); }
div.DivClassName
{
background-color: #FE562F;
}
.BgClassName
{
background-color: #FE562F;
}
</style>
border-color css
<style>
span { border-color: #FE562F; }
span { border-color: rgb(254,86,47); }
td.TdClassName
{
border-color: #FE562F;
}
.TagClassName
{
border-color: #FE562F;
}
</style>