Shades of Outrageous Orange #FF562E
Tints of Outrageous Orange #FF562E
RGB
CMYK
RGB Variations
Color information
#FF562E (or 0xFF562E) is known color: Outrageous Orange. HEX triplet: FF, 56 and 2E. RGB value is (255,86,46). Sum of RGB (Red+Green+Blue) = 255+86+46=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF562E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF562E is #00A9D1. Grayscale: #848484. Windows color (decimal): -43474 or 3036927. OLE color: 3036927.
HSL color Cylindrical-coordinate representation of color #FF562E: hue angle of 11.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF562E is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 46 | - |
| CMYK | 0 | 0.66 | 0.82 | 0 |
| HSL | 11.48º | 1% | 0.59% | - |
| HSV(B) | 11.48º | 0.82% | 1% | - |
| XYZ | 45.06 | 28.11 | 5.64 | - |
| YUV | 131.97 | 79.49 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 46 | 0 | 0.66 | 0.82 | 0 | 11.48 | 1 | 0.59 |
| Hex | FF | 56 | 2E | 0 | 42 | 52 | 0 | B | 64 | 3B |
| Octal | 377 | 126 | 56 | 0 | 102 | 122 | 0 | 13 | 144 | 73 |
| Binary | 11111111 | 1010110 | 101110 | 0 | 1000010 | 1010010 | 0 | 1011 | 1100100 | 111011 |
Color Harmonies of #FF562E
Complementary color
Monochromatic Colors of #FF562E
Black with #FF562E
Text Example
Text Example
White with #FF562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF562E; }
p { color: rgb(255,86,46); }
H1.HeaderClassName
{
color: #FF562E;
}
.AnyTagClassName
{
color: #FF562E;
}
</style>
background-color css
<style>
a { background-color: #FF562E; }
a { background-color: rgb(255,86,46); }
div.DivClassName
{
background-color: #FF562E;
}
.BgClassName
{
background-color: #FF562E;
}
</style>
border-color css
<style>
span { border-color: #FF562E; }
span { border-color: rgb(255,86,46); }
td.TdClassName
{
border-color: #FF562E;
}
.TagClassName
{
border-color: #FF562E;
}
</style>