Shades of Tangerine Yellow #F2D00E
Tints of Tangerine Yellow #F2D00E
RGB
CMYK
RGB Variations
Color information
#F2D00E (or 0xF2D00E) is known color: Tangerine Yellow. HEX triplet: F2, D0 and 0E. RGB value is (242,208,14). Sum of RGB (Red+Green+Blue) = 242+208+14=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D00E is #0D2FF1. Grayscale: #C4C4C4. Windows color (decimal): -864242 or 970994. OLE color: 970994.
HSL color Cylindrical-coordinate representation of color #F2D00E: hue angle of 51.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2D00E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.05 |
| HSL | 51.05º | 0.9% | 0.5% | - |
| HSV(B) | 51.05º | 0.94% | 0.95% | - |
| XYZ | 59.25 | 64.02 | 9.65 | - |
| YUV | 196.05 | 25.26 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 14 | 0 | 0.14 | 0.94 | 0.05 | 51.05 | 0.9 | 0.5 |
| Hex | F2 | D0 | E | 0 | E | 5E | 5 | 33 | 5A | 32 |
| Octal | 362 | 320 | 16 | 0 | 16 | 136 | 5 | 63 | 132 | 62 |
| Binary | 11110010 | 11010000 | 1110 | 0 | 1110 | 1011110 | 101 | 110011 | 1011010 | 110010 |
Color Harmonies of #F2D00E
Complementary color
Monochromatic Colors of #F2D00E
Black with #F2D00E
Text Example
Text Example
White with #F2D00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D00E; }
p { color: rgb(242,208,14); }
H1.HeaderClassName
{
color: #F2D00E;
}
.AnyTagClassName
{
color: #F2D00E;
}
</style>
background-color css
<style>
a { background-color: #F2D00E; }
a { background-color: rgb(242,208,14); }
div.DivClassName
{
background-color: #F2D00E;
}
.BgClassName
{
background-color: #F2D00E;
}
</style>
border-color css
<style>
span { border-color: #F2D00E; }
span { border-color: rgb(242,208,14); }
td.TdClassName
{
border-color: #F2D00E;
}
.TagClassName
{
border-color: #F2D00E;
}
</style>