Shades of Outrageous Orange #FF561E
Tints of Outrageous Orange #FF561E
RGB
CMYK
RGB Variations
Color information
#FF561E (or 0xFF561E) is known color: Outrageous Orange. HEX triplet: FF, 56 and 1E. RGB value is (255,86,30). Sum of RGB (Red+Green+Blue) = 255+86+30=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF561E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF561E is #00A9E1. Grayscale: #828282. Windows color (decimal): -43490 or 1988351. OLE color: 1988351.
HSL color Cylindrical-coordinate representation of color #FF561E: hue angle of 14.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF561E is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 30 | - |
| CMYK | 0 | 0.66 | 0.88 | 0 |
| HSL | 14.93º | 1% | 0.56% | - |
| HSV(B) | 14.93º | 0.88% | 1% | - |
| XYZ | 44.8 | 28.01 | 4.27 | - |
| YUV | 130.15 | 71.49 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 30 | 0 | 0.66 | 0.88 | 0 | 14.93 | 1 | 0.56 |
| Hex | FF | 56 | 1E | 0 | 42 | 58 | 0 | F | 64 | 38 |
| Octal | 377 | 126 | 36 | 0 | 102 | 130 | 0 | 17 | 144 | 70 |
| Binary | 11111111 | 1010110 | 11110 | 0 | 1000010 | 1011000 | 0 | 1111 | 1100100 | 111000 |
Color Harmonies of #FF561E
Complementary color
Monochromatic Colors of #FF561E
Black with #FF561E
Text Example
Text Example
White with #FF561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF561E; }
p { color: rgb(255,86,30); }
H1.HeaderClassName
{
color: #FF561E;
}
.AnyTagClassName
{
color: #FF561E;
}
</style>
background-color css
<style>
a { background-color: #FF561E; }
a { background-color: rgb(255,86,30); }
div.DivClassName
{
background-color: #FF561E;
}
.BgClassName
{
background-color: #FF561E;
}
</style>
border-color css
<style>
span { border-color: #FF561E; }
span { border-color: rgb(255,86,30); }
td.TdClassName
{
border-color: #FF561E;
}
.TagClassName
{
border-color: #FF561E;
}
</style>