Shades of Outrageous Orange #ED562F
Tints of Outrageous Orange #ED562F
RGB
CMYK
RGB Variations
Color information
#ED562F (or 0xED562F) is known color: Outrageous Orange. HEX triplet: ED, 56 and 2F. RGB value is (237,86,47). Sum of RGB (Red+Green+Blue) = 237+86+47=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED562F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED562F is #12A9D0. Grayscale: #7F7F7F. Windows color (decimal): -1223121 or 3102445. OLE color: 3102445.
HSL color Cylindrical-coordinate representation of color #ED562F: hue angle of 12.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED562F is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 47 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.07 |
| HSL | 12.32º | 0.84% | 0.56% | - |
| HSV(B) | 12.32º | 0.8% | 0.93% | - |
| XYZ | 38.77 | 24.87 | 5.45 | - |
| YUV | 126.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 47 | 0 | 0.64 | 0.80 | 0.07 | 12.32 | 0.84 | 0.56 |
| Hex | ED | 56 | 2F | 0 | 40 | 50 | 7 | C | 54 | 38 |
| Octal | 355 | 126 | 57 | 0 | 100 | 120 | 7 | 14 | 124 | 70 |
| Binary | 11101101 | 1010110 | 101111 | 0 | 1000000 | 1010000 | 111 | 1100 | 1010100 | 111000 |
Color Harmonies of #ED562F
Complementary color
Monochromatic Colors of #ED562F
Black with #ED562F
Text Example
Text Example
White with #ED562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED562F; }
p { color: rgb(237,86,47); }
H1.HeaderClassName
{
color: #ED562F;
}
.AnyTagClassName
{
color: #ED562F;
}
</style>
background-color css
<style>
a { background-color: #ED562F; }
a { background-color: rgb(237,86,47); }
div.DivClassName
{
background-color: #ED562F;
}
.BgClassName
{
background-color: #ED562F;
}
</style>
border-color css
<style>
span { border-color: #ED562F; }
span { border-color: rgb(237,86,47); }
td.TdClassName
{
border-color: #ED562F;
}
.TagClassName
{
border-color: #ED562F;
}
</style>