Shades of Dark Tangerine #F2A30E
Tints of Dark Tangerine #F2A30E
RGB
CMYK
RGB Variations
Color information
#F2A30E (or 0xF2A30E) is known color: Dark Tangerine. HEX triplet: F2, A3 and 0E. RGB value is (242,163,14). Sum of RGB (Red+Green+Blue) = 242+163+14=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A30E is #0D5CF1. Grayscale: #AAAAAA. Windows color (decimal): -875762 or 959474. OLE color: 959474.
HSL color Cylindrical-coordinate representation of color #F2A30E: hue angle of 39.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2A30E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.05 |
| HSL | 39.21º | 0.9% | 0.5% | - |
| HSV(B) | 39.21º | 0.94% | 0.95% | - |
| XYZ | 49.79 | 45.1 | 6.5 | - |
| YUV | 169.64 | 40.17 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 14 | 0 | 0.33 | 0.94 | 0.05 | 39.21 | 0.9 | 0.5 |
| Hex | F2 | A3 | E | 0 | 21 | 5E | 5 | 27 | 5A | 32 |
| Octal | 362 | 243 | 16 | 0 | 41 | 136 | 5 | 47 | 132 | 62 |
| Binary | 11110010 | 10100011 | 1110 | 0 | 100001 | 1011110 | 101 | 100111 | 1011010 | 110010 |
Color Harmonies of #F2A30E
Complementary color
Monochromatic Colors of #F2A30E
Black with #F2A30E
Text Example
Text Example
White with #F2A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A30E; }
p { color: rgb(242,163,14); }
H1.HeaderClassName
{
color: #F2A30E;
}
.AnyTagClassName
{
color: #F2A30E;
}
</style>
background-color css
<style>
a { background-color: #F2A30E; }
a { background-color: rgb(242,163,14); }
div.DivClassName
{
background-color: #F2A30E;
}
.BgClassName
{
background-color: #F2A30E;
}
</style>
border-color css
<style>
span { border-color: #F2A30E; }
span { border-color: rgb(242,163,14); }
td.TdClassName
{
border-color: #F2A30E;
}
.TagClassName
{
border-color: #F2A30E;
}
</style>