Shades of Outrageous Orange #EF632F
Tints of Outrageous Orange #EF632F
RGB
CMYK
RGB Variations
Color information
#EF632F (or 0xEF632F) is known color: Outrageous Orange. HEX triplet: EF, 63 and 2F. RGB value is (239,99,47). Sum of RGB (Red+Green+Blue) = 239+99+47=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF632F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF632F is #109CD0. Grayscale: #878787. Windows color (decimal): -1088721 or 3105775. OLE color: 3105775.
HSL color Cylindrical-coordinate representation of color #EF632F: hue angle of 16.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF632F is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 47 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.06 |
| HSL | 16.25º | 0.86% | 0.56% | - |
| HSV(B) | 16.25º | 0.8% | 0.94% | - |
| XYZ | 40.57 | 27.48 | 5.86 | - |
| YUV | 134.93 | 78.38 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 47 | 0 | 0.59 | 0.80 | 0.06 | 16.25 | 0.86 | 0.56 |
| Hex | EF | 63 | 2F | 0 | 3B | 50 | 6 | 10 | 56 | 38 |
| Octal | 357 | 143 | 57 | 0 | 73 | 120 | 6 | 20 | 126 | 70 |
| Binary | 11101111 | 1100011 | 101111 | 0 | 111011 | 1010000 | 110 | 10000 | 1010110 | 111000 |
Color Harmonies of #EF632F
Complementary color
Monochromatic Colors of #EF632F
Black with #EF632F
Text Example
Text Example
White with #EF632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF632F; }
p { color: rgb(239,99,47); }
H1.HeaderClassName
{
color: #EF632F;
}
.AnyTagClassName
{
color: #EF632F;
}
</style>
background-color css
<style>
a { background-color: #EF632F; }
a { background-color: rgb(239,99,47); }
div.DivClassName
{
background-color: #EF632F;
}
.BgClassName
{
background-color: #EF632F;
}
</style>
border-color css
<style>
span { border-color: #EF632F; }
span { border-color: rgb(239,99,47); }
td.TdClassName
{
border-color: #EF632F;
}
.TagClassName
{
border-color: #EF632F;
}
</style>