Shades of Tangerine #EF8F02
Tints of Tangerine #EF8F02
RGB
CMYK
RGB Variations
Color information
#EF8F02 (or 0xEF8F02) is known color: Tangerine. HEX triplet: EF, 8F and 02. RGB value is (239,143,2). Sum of RGB (Red+Green+Blue) = 239+143+2=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F02 is #1070FD. Grayscale: #9C9C9C. Windows color (decimal): -1077502 or 167919. OLE color: 167919.
HSL color Cylindrical-coordinate representation of color #EF8F02: hue angle of 35.7º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF8F02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 143 | 2 | - |
CMYK | 0 | 0.40 | 0.99 | 0.06 |
HSL | 35.7º | 0.98% | 0.47% | - |
HSV(B) | 35.7º | 0.99% | 0.94% | - |
XYZ | 45.43 | 38 | 5 | - |
YUV | 155.63 | 41.3 | 187.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 143 | 2 | 0 | 0.40 | 0.99 | 0.06 | 35.7 | 0.98 | 0.47 |
Hex | EF | 8F | 2 | 0 | 28 | 63 | 6 | 24 | 62 | 2F |
Octal | 357 | 217 | 2 | 0 | 50 | 143 | 6 | 44 | 142 | 57 |
Binary | 11101111 | 10001111 | 10 | 0 | 101000 | 1100011 | 110 | 100100 | 1100010 | 101111 |
Color Harmonies of #EF8F02
Complementary color
Monochromatic Colors of #EF8F02
Black with #EF8F02
Text Example
Text Example
White with #EF8F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F02; }
p { color: rgb(239,143,2); }
H1.HeaderClassName
{
color: #EF8F02;
}
.AnyTagClassName
{
color: #EF8F02;
}
</style>
background-color css
<style>
a { background-color: #EF8F02; }
a { background-color: rgb(239,143,2); }
div.DivClassName
{
background-color: #EF8F02;
}
.BgClassName
{
background-color: #EF8F02;
}
</style>
border-color css
<style>
span { border-color: #EF8F02; }
span { border-color: rgb(239,143,2); }
td.TdClassName
{
border-color: #EF8F02;
}
.TagClassName
{
border-color: #EF8F02;
}
</style>