Shades of Outrageous Orange #EF653D
Tints of Outrageous Orange #EF653D
RGB
CMYK
RGB Variations
Color information
#EF653D (or 0xEF653D) is known color: Outrageous Orange. HEX triplet: EF, 65 and 3D. RGB value is (239,101,61). Sum of RGB (Red+Green+Blue) = 239+101+61=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF653D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF653D is #109AC2. Grayscale: #8A8A8A. Windows color (decimal): -1088195 or 4023791. OLE color: 4023791.
HSL color Cylindrical-coordinate representation of color #EF653D: hue angle of 13.48º 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 #EF653D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 61 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.06 |
| HSL | 13.48º | 0.85% | 0.59% | - |
| HSV(B) | 13.48º | 0.74% | 0.94% | - |
| XYZ | 41.09 | 28 | 7.65 | - |
| YUV | 137.7 | 84.72 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 61 | 0 | 0.58 | 0.74 | 0.06 | 13.48 | 0.85 | 0.59 |
| Hex | EF | 65 | 3D | 0 | 3A | 4A | 6 | D | 55 | 3B |
| Octal | 357 | 145 | 75 | 0 | 72 | 112 | 6 | 15 | 125 | 73 |
| Binary | 11101111 | 1100101 | 111101 | 0 | 111010 | 1001010 | 110 | 1101 | 1010101 | 111011 |
Color Harmonies of #EF653D
Complementary color
Monochromatic Colors of #EF653D
Black with #EF653D
Text Example
Text Example
White with #EF653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF653D; }
p { color: rgb(239,101,61); }
H1.HeaderClassName
{
color: #EF653D;
}
.AnyTagClassName
{
color: #EF653D;
}
</style>
background-color css
<style>
a { background-color: #EF653D; }
a { background-color: rgb(239,101,61); }
div.DivClassName
{
background-color: #EF653D;
}
.BgClassName
{
background-color: #EF653D;
}
</style>
border-color css
<style>
span { border-color: #EF653D; }
span { border-color: rgb(239,101,61); }
td.TdClassName
{
border-color: #EF653D;
}
.TagClassName
{
border-color: #EF653D;
}
</style>