Shades of Outrageous Orange #FF562D
Tints of Outrageous Orange #FF562D
RGB
CMYK
RGB Variations
Color information
#FF562D (or 0xFF562D) is known color: Outrageous Orange. HEX triplet: FF, 56 and 2D. RGB value is (255,86,45). Sum of RGB (Red+Green+Blue) = 255+86+45=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF562D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF562D is #00A9D2. Grayscale: #848484. Windows color (decimal): -43475 or 2971391. OLE color: 2971391.
HSL color Cylindrical-coordinate representation of color #FF562D: hue angle of 11.71º 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 #FF562D is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 45 | - |
| CMYK | 0 | 0.66 | 0.82 | 0 |
| HSL | 11.71º | 1% | 0.59% | - |
| HSV(B) | 11.71º | 0.82% | 1% | - |
| XYZ | 45.04 | 28.11 | 5.53 | - |
| YUV | 131.86 | 78.99 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 45 | 0 | 0.66 | 0.82 | 0 | 11.71 | 1 | 0.59 |
| Hex | FF | 56 | 2D | 0 | 42 | 52 | 0 | C | 64 | 3B |
| Octal | 377 | 126 | 55 | 0 | 102 | 122 | 0 | 14 | 144 | 73 |
| Binary | 11111111 | 1010110 | 101101 | 0 | 1000010 | 1010010 | 0 | 1100 | 1100100 | 111011 |
Color Harmonies of #FF562D
Complementary color
Monochromatic Colors of #FF562D
Black with #FF562D
Text Example
Text Example
White with #FF562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF562D; }
p { color: rgb(255,86,45); }
H1.HeaderClassName
{
color: #FF562D;
}
.AnyTagClassName
{
color: #FF562D;
}
</style>
background-color css
<style>
a { background-color: #FF562D; }
a { background-color: rgb(255,86,45); }
div.DivClassName
{
background-color: #FF562D;
}
.BgClassName
{
background-color: #FF562D;
}
</style>
border-color css
<style>
span { border-color: #FF562D; }
span { border-color: rgb(255,86,45); }
td.TdClassName
{
border-color: #FF562D;
}
.TagClassName
{
border-color: #FF562D;
}
</style>