Shades of Tangerine Yellow #F2D009
Tints of Tangerine Yellow #F2D009
RGB
CMYK
RGB Variations
Color information
#F2D009 (or 0xF2D009) is known color: Tangerine Yellow. HEX triplet: F2, D0 and 09. RGB value is (242,208,9). Sum of RGB (Red+Green+Blue) = 242+208+9=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 9 (3.91% from 255 or 1.96% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D009 is #0D2FF6. Grayscale: #C4C4C4. Windows color (decimal): -864247 or 643314. OLE color: 643314.
HSL color Cylindrical-coordinate representation of color #F2D009: hue angle of 51.24º degrees, saturation: 0.93, 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 #F2D009 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 9 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.05 |
| HSL | 51.24º | 0.93% | 0.49% | - |
| HSV(B) | 51.24º | 0.96% | 0.95% | - |
| XYZ | 59.22 | 64.01 | 9.49 | - |
| YUV | 195.48 | 22.76 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 9 | 0 | 0.14 | 0.96 | 0.05 | 51.24 | 0.93 | 0.49 |
| Hex | F2 | D0 | 9 | 0 | E | 60 | 5 | 33 | 5D | 31 |
| Octal | 362 | 320 | 11 | 0 | 16 | 140 | 5 | 63 | 135 | 61 |
| Binary | 11110010 | 11010000 | 1001 | 0 | 1110 | 1100000 | 101 | 110011 | 1011101 | 110001 |
Color Harmonies of #F2D009
Complementary color
Monochromatic Colors of #F2D009
Black with #F2D009
Text Example
Text Example
White with #F2D009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D009; }
p { color: rgb(242,208,9); }
H1.HeaderClassName
{
color: #F2D009;
}
.AnyTagClassName
{
color: #F2D009;
}
</style>
background-color css
<style>
a { background-color: #F2D009; }
a { background-color: rgb(242,208,9); }
div.DivClassName
{
background-color: #F2D009;
}
.BgClassName
{
background-color: #F2D009;
}
</style>
border-color css
<style>
span { border-color: #F2D009; }
span { border-color: rgb(242,208,9); }
td.TdClassName
{
border-color: #F2D009;
}
.TagClassName
{
border-color: #F2D009;
}
</style>