Shades of Outrageous Orange #EF663F
Tints of Outrageous Orange #EF663F
RGB
CMYK
RGB Variations
Color information
#EF663F (or 0xEF663F) is known color: Outrageous Orange. HEX triplet: EF, 66 and 3F. RGB value is (239,102,63). Sum of RGB (Red+Green+Blue) = 239+102+63=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF663F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF663F is #1099C0. Grayscale: #8A8A8A. Windows color (decimal): -1087937 or 4155119. OLE color: 4155119.
HSL color Cylindrical-coordinate representation of color #EF663F: hue angle of 13.3º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF663F is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 63 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.06 |
| HSL | 13.3º | 0.85% | 0.59% | - |
| HSV(B) | 13.3º | 0.74% | 0.94% | - |
| XYZ | 41.25 | 28.21 | 7.97 | - |
| YUV | 138.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 63 | 0 | 0.57 | 0.74 | 0.06 | 13.3 | 0.85 | 0.59 |
| Hex | EF | 66 | 3F | 0 | 39 | 4A | 6 | D | 55 | 3B |
| Octal | 357 | 146 | 77 | 0 | 71 | 112 | 6 | 15 | 125 | 73 |
| Binary | 11101111 | 1100110 | 111111 | 0 | 111001 | 1001010 | 110 | 1101 | 1010101 | 111011 |
Color Harmonies of #EF663F
Complementary color
Monochromatic Colors of #EF663F
Black with #EF663F
Text Example
Text Example
White with #EF663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF663F; }
p { color: rgb(239,102,63); }
H1.HeaderClassName
{
color: #EF663F;
}
.AnyTagClassName
{
color: #EF663F;
}
</style>
background-color css
<style>
a { background-color: #EF663F; }
a { background-color: rgb(239,102,63); }
div.DivClassName
{
background-color: #EF663F;
}
.BgClassName
{
background-color: #EF663F;
}
</style>
border-color css
<style>
span { border-color: #EF663F; }
span { border-color: rgb(239,102,63); }
td.TdClassName
{
border-color: #EF663F;
}
.TagClassName
{
border-color: #EF663F;
}
</style>