Shades of Outrageous Orange #ED622F
Tints of Outrageous Orange #ED622F
RGB
CMYK
RGB Variations
Color information
#ED622F (or 0xED622F) is known color: Outrageous Orange. HEX triplet: ED, 62 and 2F. RGB value is (237,98,47). Sum of RGB (Red+Green+Blue) = 237+98+47=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED622F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED622F is #129DD0. Grayscale: #868686. Windows color (decimal): -1220049 or 3105517. OLE color: 3105517.
HSL color Cylindrical-coordinate representation of color #ED622F: hue angle of 16.11º 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 #ED622F is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 47 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.07 |
| HSL | 16.11º | 0.84% | 0.56% | - |
| HSV(B) | 16.11º | 0.8% | 0.93% | - |
| XYZ | 39.81 | 26.95 | 5.79 | - |
| YUV | 133.75 | 79.05 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 47 | 0 | 0.59 | 0.80 | 0.07 | 16.11 | 0.84 | 0.56 |
| Hex | ED | 62 | 2F | 0 | 3B | 50 | 7 | 10 | 54 | 38 |
| Octal | 355 | 142 | 57 | 0 | 73 | 120 | 7 | 20 | 124 | 70 |
| Binary | 11101101 | 1100010 | 101111 | 0 | 111011 | 1010000 | 111 | 10000 | 1010100 | 111000 |
Color Harmonies of #ED622F
Complementary color
Monochromatic Colors of #ED622F
Black with #ED622F
Text Example
Text Example
White with #ED622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED622F; }
p { color: rgb(237,98,47); }
H1.HeaderClassName
{
color: #ED622F;
}
.AnyTagClassName
{
color: #ED622F;
}
</style>
background-color css
<style>
a { background-color: #ED622F; }
a { background-color: rgb(237,98,47); }
div.DivClassName
{
background-color: #ED622F;
}
.BgClassName
{
background-color: #ED622F;
}
</style>
border-color css
<style>
span { border-color: #ED622F; }
span { border-color: rgb(237,98,47); }
td.TdClassName
{
border-color: #ED622F;
}
.TagClassName
{
border-color: #ED622F;
}
</style>