Shades of Tangerine #DF8902
Tints of Tangerine #DF8902
RGB
CMYK
RGB Variations
Color information
#DF8902 (or 0xDF8902) is known color: Tangerine. HEX triplet: DF, 89 and 02. RGB value is (223,137,2). Sum of RGB (Red+Green+Blue) = 223+137+2=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8902 is #2076FD. Grayscale: #939393. Windows color (decimal): -2127614 or 166367. OLE color: 166367.
HSL color Cylindrical-coordinate representation of color #DF8902: hue angle of 36.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF8902 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.13 |
| HSL | 36.65º | 0.98% | 0.44% | - |
| HSV(B) | 36.65º | 0.99% | 0.87% | - |
| XYZ | 39.39 | 33.58 | 4.46 | - |
| YUV | 147.32 | 45.99 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 2 | 0 | 0.39 | 0.99 | 0.13 | 36.65 | 0.98 | 0.44 |
| Hex | DF | 89 | 2 | 0 | 27 | 63 | D | 25 | 62 | 2C |
| Octal | 337 | 211 | 2 | 0 | 47 | 143 | 15 | 45 | 142 | 54 |
| Binary | 11011111 | 10001001 | 10 | 0 | 100111 | 1100011 | 1101 | 100101 | 1100010 | 101100 |
Color Harmonies of #DF8902
Complementary color
Monochromatic Colors of #DF8902
Black with #DF8902
Text Example
Text Example
White with #DF8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8902; }
p { color: rgb(223,137,2); }
H1.HeaderClassName
{
color: #DF8902;
}
.AnyTagClassName
{
color: #DF8902;
}
</style>
background-color css
<style>
a { background-color: #DF8902; }
a { background-color: rgb(223,137,2); }
div.DivClassName
{
background-color: #DF8902;
}
.BgClassName
{
background-color: #DF8902;
}
</style>
border-color css
<style>
span { border-color: #DF8902; }
span { border-color: rgb(223,137,2); }
td.TdClassName
{
border-color: #DF8902;
}
.TagClassName
{
border-color: #DF8902;
}
</style>