Shades of Dark Tangerine #F2A411
Tints of Dark Tangerine #F2A411
RGB
CMYK
RGB Variations
Color information
#F2A411 (or 0xF2A411) is known color: Dark Tangerine. HEX triplet: F2, A4 and 11. RGB value is (242,164,17). Sum of RGB (Red+Green+Blue) = 242+164+17=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A411 is #0D5BEE. Grayscale: #ABABAB. Windows color (decimal): -875503 or 1156338. OLE color: 1156338.
HSL color Cylindrical-coordinate representation of color #F2A411: hue angle of 39.2º 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 #F2A411 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 164 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.05 |
| HSL | 39.2º | 0.9% | 0.51% | - |
| HSV(B) | 39.2º | 0.93% | 0.95% | - |
| XYZ | 49.99 | 45.47 | 6.67 | - |
| YUV | 170.56 | 41.34 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 17 | 0 | 0.32 | 0.93 | 0.05 | 39.2 | 0.9 | 0.51 |
| Hex | F2 | A4 | 11 | 0 | 20 | 5D | 5 | 27 | 5A | 33 |
| Octal | 362 | 244 | 21 | 0 | 40 | 135 | 5 | 47 | 132 | 63 |
| Binary | 11110010 | 10100100 | 10001 | 0 | 100000 | 1011101 | 101 | 100111 | 1011010 | 110011 |
Color Harmonies of #F2A411
Complementary color
Monochromatic Colors of #F2A411
Black with #F2A411
Text Example
Text Example
White with #F2A411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A411; }
p { color: rgb(242,164,17); }
H1.HeaderClassName
{
color: #F2A411;
}
.AnyTagClassName
{
color: #F2A411;
}
</style>
background-color css
<style>
a { background-color: #F2A411; }
a { background-color: rgb(242,164,17); }
div.DivClassName
{
background-color: #F2A411;
}
.BgClassName
{
background-color: #F2A411;
}
</style>
border-color css
<style>
span { border-color: #F2A411; }
span { border-color: rgb(242,164,17); }
td.TdClassName
{
border-color: #F2A411;
}
.TagClassName
{
border-color: #F2A411;
}
</style>