Shades of Tangerine Yellow #F7D006
Tints of Tangerine Yellow #F7D006
RGB
CMYK
RGB Variations
Color information
#F7D006 (or 0xF7D006) is known color: Tangerine Yellow. HEX triplet: F7, D0 and 06. RGB value is (247,208,6). Sum of RGB (Red+Green+Blue) = 247+208+6=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D006 is #082FF9. Grayscale: #C5C5C5. Windows color (decimal): -536570 or 446711. OLE color: 446711.
HSL color Cylindrical-coordinate representation of color #F7D006: hue angle of 50.29º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7D006 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 6 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.03 |
| HSL | 50.29º | 0.95% | 0.5% | - |
| HSV(B) | 50.29º | 0.98% | 0.97% | - |
| XYZ | 60.95 | 64.9 | 9.49 | - |
| YUV | 196.63 | 20.42 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 6 | 0 | 0.16 | 0.98 | 0.03 | 50.29 | 0.95 | 0.5 |
| Hex | F7 | D0 | 6 | 0 | 10 | 62 | 3 | 32 | 5F | 32 |
| Octal | 367 | 320 | 6 | 0 | 20 | 142 | 3 | 62 | 137 | 62 |
| Binary | 11110111 | 11010000 | 110 | 0 | 10000 | 1100010 | 11 | 110010 | 1011111 | 110010 |
Color Harmonies of #F7D006
Complementary color
Monochromatic Colors of #F7D006
Black with #F7D006
Text Example
Text Example
White with #F7D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D006; }
p { color: rgb(247,208,6); }
H1.HeaderClassName
{
color: #F7D006;
}
.AnyTagClassName
{
color: #F7D006;
}
</style>
background-color css
<style>
a { background-color: #F7D006; }
a { background-color: rgb(247,208,6); }
div.DivClassName
{
background-color: #F7D006;
}
.BgClassName
{
background-color: #F7D006;
}
</style>
border-color css
<style>
span { border-color: #F7D006; }
span { border-color: rgb(247,208,6); }
td.TdClassName
{
border-color: #F7D006;
}
.TagClassName
{
border-color: #F7D006;
}
</style>