Shades of Outrageous Orange #EF602F
Tints of Outrageous Orange #EF602F
RGB
CMYK
RGB Variations
Color information
#EF602F (or 0xEF602F) is known color: Outrageous Orange. HEX triplet: EF, 60 and 2F. RGB value is (239,96,47). Sum of RGB (Red+Green+Blue) = 239+96+47=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF602F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF602F is #109FD0. Grayscale: #858585. Windows color (decimal): -1089489 or 3105007. OLE color: 3105007.
HSL color Cylindrical-coordinate representation of color #EF602F: hue angle of 15.31º 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 #EF602F is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 47 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.06 |
| HSL | 15.31º | 0.86% | 0.56% | - |
| HSV(B) | 15.31º | 0.8% | 0.94% | - |
| XYZ | 40.29 | 26.92 | 5.76 | - |
| YUV | 133.17 | 79.38 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 47 | 0 | 0.60 | 0.80 | 0.06 | 15.31 | 0.86 | 0.56 |
| Hex | EF | 60 | 2F | 0 | 3C | 50 | 6 | F | 56 | 38 |
| Octal | 357 | 140 | 57 | 0 | 74 | 120 | 6 | 17 | 126 | 70 |
| Binary | 11101111 | 1100000 | 101111 | 0 | 111100 | 1010000 | 110 | 1111 | 1010110 | 111000 |
Color Harmonies of #EF602F
Complementary color
Monochromatic Colors of #EF602F
Black with #EF602F
Text Example
Text Example
White with #EF602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF602F; }
p { color: rgb(239,96,47); }
H1.HeaderClassName
{
color: #EF602F;
}
.AnyTagClassName
{
color: #EF602F;
}
</style>
background-color css
<style>
a { background-color: #EF602F; }
a { background-color: rgb(239,96,47); }
div.DivClassName
{
background-color: #EF602F;
}
.BgClassName
{
background-color: #EF602F;
}
</style>
border-color css
<style>
span { border-color: #EF602F; }
span { border-color: rgb(239,96,47); }
td.TdClassName
{
border-color: #EF602F;
}
.TagClassName
{
border-color: #EF602F;
}
</style>