Shades of Tangerine Yellow #F7D00A
Tints of Tangerine Yellow #F7D00A
RGB
CMYK
RGB Variations
Color information
#F7D00A (or 0xF7D00A) is known color: Tangerine Yellow. HEX triplet: F7, D0 and 0A. RGB value is (247,208,10). Sum of RGB (Red+Green+Blue) = 247+208+10=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D00A is #082FF5. Grayscale: #C5C5C5. Windows color (decimal): -536566 or 708855. OLE color: 708855.
HSL color Cylindrical-coordinate representation of color #F7D00A: hue angle of 50.13º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7D00A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.03 |
| HSL | 50.13º | 0.94% | 0.5% | - |
| HSV(B) | 50.13º | 0.96% | 0.97% | - |
| XYZ | 60.97 | 64.91 | 9.6 | - |
| YUV | 197.09 | 22.42 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 10 | 0 | 0.16 | 0.96 | 0.03 | 50.13 | 0.94 | 0.5 |
| Hex | F7 | D0 | A | 0 | 10 | 60 | 3 | 32 | 5E | 32 |
| Octal | 367 | 320 | 12 | 0 | 20 | 140 | 3 | 62 | 136 | 62 |
| Binary | 11110111 | 11010000 | 1010 | 0 | 10000 | 1100000 | 11 | 110010 | 1011110 | 110010 |
Color Harmonies of #F7D00A
Complementary color
Monochromatic Colors of #F7D00A
Black with #F7D00A
Text Example
Text Example
White with #F7D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D00A; }
p { color: rgb(247,208,10); }
H1.HeaderClassName
{
color: #F7D00A;
}
.AnyTagClassName
{
color: #F7D00A;
}
</style>
background-color css
<style>
a { background-color: #F7D00A; }
a { background-color: rgb(247,208,10); }
div.DivClassName
{
background-color: #F7D00A;
}
.BgClassName
{
background-color: #F7D00A;
}
</style>
border-color css
<style>
span { border-color: #F7D00A; }
span { border-color: rgb(247,208,10); }
td.TdClassName
{
border-color: #F7D00A;
}
.TagClassName
{
border-color: #F7D00A;
}
</style>