Shades of Dark Tangerine #F2A910
Tints of Dark Tangerine #F2A910
RGB
CMYK
RGB Variations
Color information
#F2A910 (or 0xF2A910) is known color: Dark Tangerine. HEX triplet: F2, A9 and 10. RGB value is (242,169,16). Sum of RGB (Red+Green+Blue) = 242+169+16=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A910 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A910 is #0D56EF. Grayscale: #AEAEAE. Windows color (decimal): -874224 or 1092082. OLE color: 1092082.
HSL color Cylindrical-coordinate representation of color #F2A910: hue angle of 40.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2A910 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 16 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.05 |
| HSL | 40.62º | 0.9% | 0.51% | - |
| HSV(B) | 40.62º | 0.93% | 0.95% | - |
| XYZ | 50.9 | 47.29 | 6.94 | - |
| YUV | 173.39 | 39.18 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 16 | 0 | 0.30 | 0.93 | 0.05 | 40.62 | 0.9 | 0.51 |
| Hex | F2 | A9 | 10 | 0 | 1E | 5D | 5 | 29 | 5A | 33 |
| Octal | 362 | 251 | 20 | 0 | 36 | 135 | 5 | 51 | 132 | 63 |
| Binary | 11110010 | 10101001 | 10000 | 0 | 11110 | 1011101 | 101 | 101001 | 1011010 | 110011 |
Color Harmonies of #F2A910
Complementary color
Monochromatic Colors of #F2A910
Black with #F2A910
Text Example
Text Example
White with #F2A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A910; }
p { color: rgb(242,169,16); }
H1.HeaderClassName
{
color: #F2A910;
}
.AnyTagClassName
{
color: #F2A910;
}
</style>
background-color css
<style>
a { background-color: #F2A910; }
a { background-color: rgb(242,169,16); }
div.DivClassName
{
background-color: #F2A910;
}
.BgClassName
{
background-color: #F2A910;
}
</style>
border-color css
<style>
span { border-color: #F2A910; }
span { border-color: rgb(242,169,16); }
td.TdClassName
{
border-color: #F2A910;
}
.TagClassName
{
border-color: #F2A910;
}
</style>