Shades of Outrageous Orange #EF643F
Tints of Outrageous Orange #EF643F
RGB
CMYK
RGB Variations
Color information
#EF643F (or 0xEF643F) is known color: Outrageous Orange. HEX triplet: EF, 64 and 3F. RGB value is (239,100,63). Sum of RGB (Red+Green+Blue) = 239+100+63=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF643F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF643F is #109BC0. Grayscale: #898989. Windows color (decimal): -1088449 or 4154607. OLE color: 4154607.
HSL color Cylindrical-coordinate representation of color #EF643F: hue angle of 12.61º 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 #EF643F is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 63 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.06 |
| HSL | 12.61º | 0.85% | 0.59% | - |
| HSV(B) | 12.61º | 0.74% | 0.94% | - |
| XYZ | 41.05 | 27.82 | 7.91 | - |
| YUV | 137.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 63 | 0 | 0.58 | 0.74 | 0.06 | 12.61 | 0.85 | 0.59 |
| Hex | EF | 64 | 3F | 0 | 3A | 4A | 6 | D | 55 | 3B |
| Octal | 357 | 144 | 77 | 0 | 72 | 112 | 6 | 15 | 125 | 73 |
| Binary | 11101111 | 1100100 | 111111 | 0 | 111010 | 1001010 | 110 | 1101 | 1010101 | 111011 |
Color Harmonies of #EF643F
Complementary color
Monochromatic Colors of #EF643F
Black with #EF643F
Text Example
Text Example
White with #EF643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF643F; }
p { color: rgb(239,100,63); }
H1.HeaderClassName
{
color: #EF643F;
}
.AnyTagClassName
{
color: #EF643F;
}
</style>
background-color css
<style>
a { background-color: #EF643F; }
a { background-color: rgb(239,100,63); }
div.DivClassName
{
background-color: #EF643F;
}
.BgClassName
{
background-color: #EF643F;
}
</style>
border-color css
<style>
span { border-color: #EF643F; }
span { border-color: rgb(239,100,63); }
td.TdClassName
{
border-color: #EF643F;
}
.TagClassName
{
border-color: #EF643F;
}
</style>