Shades of Dark Tangerine #F2A30A
Tints of Dark Tangerine #F2A30A
RGB
CMYK
RGB Variations
Color information
#F2A30A (or 0xF2A30A) is known color: Dark Tangerine. HEX triplet: F2, A3 and 0A. RGB value is (242,163,10). Sum of RGB (Red+Green+Blue) = 242+163+10=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A30A is #0D5CF5. Grayscale: #A9A9A9. Windows color (decimal): -875766 or 697330. OLE color: 697330.
HSL color Cylindrical-coordinate representation of color #F2A30A: hue angle of 39.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2A30A is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 10 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.05 |
| HSL | 39.57º | 0.92% | 0.49% | - |
| HSV(B) | 39.57º | 0.96% | 0.95% | - |
| XYZ | 49.77 | 45.09 | 6.37 | - |
| YUV | 169.18 | 38.17 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 10 | 0 | 0.33 | 0.96 | 0.05 | 39.57 | 0.92 | 0.49 |
| Hex | F2 | A3 | A | 0 | 21 | 60 | 5 | 28 | 5C | 31 |
| Octal | 362 | 243 | 12 | 0 | 41 | 140 | 5 | 50 | 134 | 61 |
| Binary | 11110010 | 10100011 | 1010 | 0 | 100001 | 1100000 | 101 | 101000 | 1011100 | 110001 |
Color Harmonies of #F2A30A
Complementary color
Monochromatic Colors of #F2A30A
Black with #F2A30A
Text Example
Text Example
White with #F2A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A30A; }
p { color: rgb(242,163,10); }
H1.HeaderClassName
{
color: #F2A30A;
}
.AnyTagClassName
{
color: #F2A30A;
}
</style>
background-color css
<style>
a { background-color: #F2A30A; }
a { background-color: rgb(242,163,10); }
div.DivClassName
{
background-color: #F2A30A;
}
.BgClassName
{
background-color: #F2A30A;
}
</style>
border-color css
<style>
span { border-color: #F2A30A; }
span { border-color: rgb(242,163,10); }
td.TdClassName
{
border-color: #F2A30A;
}
.TagClassName
{
border-color: #F2A30A;
}
</style>