Shades of Outrageous Orange #FE561F
Tints of Outrageous Orange #FE561F
RGB
CMYK
RGB Variations
Color information
#FE561F (or 0xFE561F) is known color: Outrageous Orange. HEX triplet: FE, 56 and 1F. RGB value is (254,86,31). Sum of RGB (Red+Green+Blue) = 254+86+31=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE561F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE561F is #01A9E0. Grayscale: #828282. Windows color (decimal): -109025 or 2053886. OLE color: 2053886.
HSL color Cylindrical-coordinate representation of color #FE561F: hue angle of 14.8º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE561F is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 31 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.00 |
| HSL | 14.8º | 0.99% | 0.56% | - |
| HSV(B) | 14.8º | 0.88% | 1% | - |
| XYZ | 44.45 | 27.83 | 4.32 | - |
| YUV | 129.96 | 72.16 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 31 | 0 | 0.66 | 0.88 | 0.00 | 14.8 | 0.99 | 0.56 |
| Hex | FE | 56 | 1F | 0 | 42 | 58 | 0 | F | 63 | 38 |
| Octal | 376 | 126 | 37 | 0 | 102 | 130 | 0 | 17 | 143 | 70 |
| Binary | 11111110 | 1010110 | 11111 | 0 | 1000010 | 1011000 | 0 | 1111 | 1100011 | 111000 |
Color Harmonies of #FE561F
Complementary color
Monochromatic Colors of #FE561F
Black with #FE561F
Text Example
Text Example
White with #FE561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE561F; }
p { color: rgb(254,86,31); }
H1.HeaderClassName
{
color: #FE561F;
}
.AnyTagClassName
{
color: #FE561F;
}
</style>
background-color css
<style>
a { background-color: #FE561F; }
a { background-color: rgb(254,86,31); }
div.DivClassName
{
background-color: #FE561F;
}
.BgClassName
{
background-color: #FE561F;
}
</style>
border-color css
<style>
span { border-color: #FE561F; }
span { border-color: rgb(254,86,31); }
td.TdClassName
{
border-color: #FE561F;
}
.TagClassName
{
border-color: #FE561F;
}
</style>