Shades of Dark Tangerine #F2A520
Tints of Dark Tangerine #F2A520
RGB
CMYK
RGB Variations
Color information
#F2A520 (or 0xF2A520) is known color: Dark Tangerine. HEX triplet: F2, A5 and 20. RGB value is (242,165,32). Sum of RGB (Red+Green+Blue) = 242+165+32=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A520 is #0D5ADF. Grayscale: #ADADAD. Windows color (decimal): -875232 or 2139634. OLE color: 2139634.
HSL color Cylindrical-coordinate representation of color #F2A520: hue angle of 38º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2A520 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 32 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.05 |
| HSL | 38º | 0.89% | 0.54% | - |
| HSV(B) | 38º | 0.87% | 0.95% | - |
| XYZ | 50.33 | 45.89 | 7.57 | - |
| YUV | 172.86 | 48.51 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 32 | 0 | 0.32 | 0.87 | 0.05 | 38 | 0.89 | 0.54 |
| Hex | F2 | A5 | 20 | 0 | 20 | 57 | 5 | 26 | 59 | 36 |
| Octal | 362 | 245 | 40 | 0 | 40 | 127 | 5 | 46 | 131 | 66 |
| Binary | 11110010 | 10100101 | 100000 | 0 | 100000 | 1010111 | 101 | 100110 | 1011001 | 110110 |
Color Harmonies of #F2A520
Complementary color
Monochromatic Colors of #F2A520
Black with #F2A520
Text Example
Text Example
White with #F2A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A520; }
p { color: rgb(242,165,32); }
H1.HeaderClassName
{
color: #F2A520;
}
.AnyTagClassName
{
color: #F2A520;
}
</style>
background-color css
<style>
a { background-color: #F2A520; }
a { background-color: rgb(242,165,32); }
div.DivClassName
{
background-color: #F2A520;
}
.BgClassName
{
background-color: #F2A520;
}
</style>
border-color css
<style>
span { border-color: #F2A520; }
span { border-color: rgb(242,165,32); }
td.TdClassName
{
border-color: #F2A520;
}
.TagClassName
{
border-color: #F2A520;
}
</style>