Shades of Dark Tangerine #F2A614
Tints of Dark Tangerine #F2A614
RGB
CMYK
RGB Variations
Color information
#F2A614 (or 0xF2A614) is known color: Dark Tangerine. HEX triplet: F2, A6 and 14. RGB value is (242,166,20). Sum of RGB (Red+Green+Blue) = 242+166+20=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A614 is #0D59EB. Grayscale: #ACACAC. Windows color (decimal): -874988 or 1353458. OLE color: 1353458.
HSL color Cylindrical-coordinate representation of color #F2A614: hue angle of 39.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2A614 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 20 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.05 |
| HSL | 39.46º | 0.9% | 0.51% | - |
| HSV(B) | 39.46º | 0.92% | 0.95% | - |
| XYZ | 50.38 | 46.2 | 6.92 | - |
| YUV | 172.08 | 42.18 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 20 | 0 | 0.31 | 0.92 | 0.05 | 39.46 | 0.9 | 0.51 |
| Hex | F2 | A6 | 14 | 0 | 1F | 5C | 5 | 27 | 5A | 33 |
| Octal | 362 | 246 | 24 | 0 | 37 | 134 | 5 | 47 | 132 | 63 |
| Binary | 11110010 | 10100110 | 10100 | 0 | 11111 | 1011100 | 101 | 100111 | 1011010 | 110011 |
Color Harmonies of #F2A614
Complementary color
Monochromatic Colors of #F2A614
Black with #F2A614
Text Example
Text Example
White with #F2A614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A614; }
p { color: rgb(242,166,20); }
H1.HeaderClassName
{
color: #F2A614;
}
.AnyTagClassName
{
color: #F2A614;
}
</style>
background-color css
<style>
a { background-color: #F2A614; }
a { background-color: rgb(242,166,20); }
div.DivClassName
{
background-color: #F2A614;
}
.BgClassName
{
background-color: #F2A614;
}
</style>
border-color css
<style>
span { border-color: #F2A614; }
span { border-color: rgb(242,166,20); }
td.TdClassName
{
border-color: #F2A614;
}
.TagClassName
{
border-color: #F2A614;
}
</style>