Shades of Outrageous Orange #EF5F3C
Tints of Outrageous Orange #EF5F3C
RGB
CMYK
RGB Variations
Color information
#EF5F3C (or 0xEF5F3C) is known color: Outrageous Orange. HEX triplet: EF, 5F and 3C. RGB value is (239,95,60). Sum of RGB (Red+Green+Blue) = 239+95+60=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5F3C is #10A0C3. Grayscale: #868686. Windows color (decimal): -1089732 or 3956719. OLE color: 3956719.
HSL color Cylindrical-coordinate representation of color #EF5F3C: hue angle of 11.73º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF5F3C is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 60 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.06 |
| HSL | 11.73º | 0.85% | 0.59% | - |
| HSV(B) | 11.73º | 0.75% | 0.94% | - |
| XYZ | 40.5 | 26.86 | 7.32 | - |
| YUV | 134.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 60 | 0 | 0.60 | 0.75 | 0.06 | 11.73 | 0.85 | 0.59 |
| Hex | EF | 5F | 3C | 0 | 3C | 4B | 6 | C | 55 | 3B |
| Octal | 357 | 137 | 74 | 0 | 74 | 113 | 6 | 14 | 125 | 73 |
| Binary | 11101111 | 1011111 | 111100 | 0 | 111100 | 1001011 | 110 | 1100 | 1010101 | 111011 |
Color Harmonies of #EF5F3C
Complementary color
Monochromatic Colors of #EF5F3C
Black with #EF5F3C
Text Example
Text Example
White with #EF5F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5F3C; }
p { color: rgb(239,95,60); }
H1.HeaderClassName
{
color: #EF5F3C;
}
.AnyTagClassName
{
color: #EF5F3C;
}
</style>
background-color css
<style>
a { background-color: #EF5F3C; }
a { background-color: rgb(239,95,60); }
div.DivClassName
{
background-color: #EF5F3C;
}
.BgClassName
{
background-color: #EF5F3C;
}
</style>
border-color css
<style>
span { border-color: #EF5F3C; }
span { border-color: rgb(239,95,60); }
td.TdClassName
{
border-color: #EF5F3C;
}
.TagClassName
{
border-color: #EF5F3C;
}
</style>