Shades of Tangerine Yellow #F2D006
Tints of Tangerine Yellow #F2D006
RGB
CMYK
RGB Variations
Color information
#F2D006 (or 0xF2D006) is known color: Tangerine Yellow. HEX triplet: F2, D0 and 06. RGB value is (242,208,6). Sum of RGB (Red+Green+Blue) = 242+208+6=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D006 is #0D2FF9. Grayscale: #C3C3C3. Windows color (decimal): -864250 or 446706. OLE color: 446706.
HSL color Cylindrical-coordinate representation of color #F2D006: hue angle of 51.36º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2D006 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 6 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.05 |
| HSL | 51.36º | 0.95% | 0.49% | - |
| HSV(B) | 51.36º | 0.98% | 0.95% | - |
| XYZ | 59.21 | 64 | 9.41 | - |
| YUV | 195.14 | 21.26 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 6 | 0 | 0.14 | 0.98 | 0.05 | 51.36 | 0.95 | 0.49 |
| Hex | F2 | D0 | 6 | 0 | E | 62 | 5 | 33 | 5F | 31 |
| Octal | 362 | 320 | 6 | 0 | 16 | 142 | 5 | 63 | 137 | 61 |
| Binary | 11110010 | 11010000 | 110 | 0 | 1110 | 1100010 | 101 | 110011 | 1011111 | 110001 |
Color Harmonies of #F2D006
Complementary color
Monochromatic Colors of #F2D006
Black with #F2D006
Text Example
Text Example
White with #F2D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D006; }
p { color: rgb(242,208,6); }
H1.HeaderClassName
{
color: #F2D006;
}
.AnyTagClassName
{
color: #F2D006;
}
</style>
background-color css
<style>
a { background-color: #F2D006; }
a { background-color: rgb(242,208,6); }
div.DivClassName
{
background-color: #F2D006;
}
.BgClassName
{
background-color: #F2D006;
}
</style>
border-color css
<style>
span { border-color: #F2D006; }
span { border-color: rgb(242,208,6); }
td.TdClassName
{
border-color: #F2D006;
}
.TagClassName
{
border-color: #F2D006;
}
</style>