Shades of Dark Tangerine #F2B314
Tints of Dark Tangerine #F2B314
RGB
CMYK
RGB Variations
Color information
#F2B314 (or 0xF2B314) is known color: Dark Tangerine. HEX triplet: F2, B3 and 14. RGB value is (242,179,20). Sum of RGB (Red+Green+Blue) = 242+179+20=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B314 is #0D4CEB. Grayscale: #B4B4B4. Windows color (decimal): -871660 or 1356786. OLE color: 1356786.
HSL color Cylindrical-coordinate representation of color #F2B314: hue angle of 42.97º 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 #F2B314 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.05 |
| HSL | 42.97º | 0.9% | 0.51% | - |
| HSV(B) | 42.97º | 0.92% | 0.95% | - |
| XYZ | 52.86 | 51.17 | 7.75 | - |
| YUV | 179.71 | 37.87 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 20 | 0 | 0.26 | 0.92 | 0.05 | 42.97 | 0.9 | 0.51 |
| Hex | F2 | B3 | 14 | 0 | 1A | 5C | 5 | 2B | 5A | 33 |
| Octal | 362 | 263 | 24 | 0 | 32 | 134 | 5 | 53 | 132 | 63 |
| Binary | 11110010 | 10110011 | 10100 | 0 | 11010 | 1011100 | 101 | 101011 | 1011010 | 110011 |
Color Harmonies of #F2B314
Complementary color
Monochromatic Colors of #F2B314
Black with #F2B314
Text Example
Text Example
White with #F2B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B314; }
p { color: rgb(242,179,20); }
H1.HeaderClassName
{
color: #F2B314;
}
.AnyTagClassName
{
color: #F2B314;
}
</style>
background-color css
<style>
a { background-color: #F2B314; }
a { background-color: rgb(242,179,20); }
div.DivClassName
{
background-color: #F2B314;
}
.BgClassName
{
background-color: #F2B314;
}
</style>
border-color css
<style>
span { border-color: #F2B314; }
span { border-color: rgb(242,179,20); }
td.TdClassName
{
border-color: #F2B314;
}
.TagClassName
{
border-color: #F2B314;
}
</style>