Shades of Tangerine Yellow #F7D00B
Tints of Tangerine Yellow #F7D00B
RGB
CMYK
RGB Variations
Color information
#F7D00B (or 0xF7D00B) is known color: Tangerine Yellow. HEX triplet: F7, D0 and 0B. RGB value is (247,208,11). Sum of RGB (Red+Green+Blue) = 247+208+11=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 11 (4.69% from 255 or 2.36% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D00B is #082FF4. Grayscale: #C6C6C6. Windows color (decimal): -536565 or 774391. OLE color: 774391.
HSL color Cylindrical-coordinate representation of color #F7D00B: hue angle of 50.08º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7D00B is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 11 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.03 |
| HSL | 50.08º | 0.94% | 0.51% | - |
| HSV(B) | 50.08º | 0.96% | 0.97% | - |
| XYZ | 60.97 | 64.91 | 9.63 | - |
| YUV | 197.2 | 22.92 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 11 | 0 | 0.16 | 0.96 | 0.03 | 50.08 | 0.94 | 0.51 |
| Hex | F7 | D0 | B | 0 | 10 | 60 | 3 | 32 | 5E | 33 |
| Octal | 367 | 320 | 13 | 0 | 20 | 140 | 3 | 62 | 136 | 63 |
| Binary | 11110111 | 11010000 | 1011 | 0 | 10000 | 1100000 | 11 | 110010 | 1011110 | 110011 |
Color Harmonies of #F7D00B
Complementary color
Monochromatic Colors of #F7D00B
Black with #F7D00B
Text Example
Text Example
White with #F7D00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D00B; }
p { color: rgb(247,208,11); }
H1.HeaderClassName
{
color: #F7D00B;
}
.AnyTagClassName
{
color: #F7D00B;
}
</style>
background-color css
<style>
a { background-color: #F7D00B; }
a { background-color: rgb(247,208,11); }
div.DivClassName
{
background-color: #F7D00B;
}
.BgClassName
{
background-color: #F7D00B;
}
</style>
border-color css
<style>
span { border-color: #F7D00B; }
span { border-color: rgb(247,208,11); }
td.TdClassName
{
border-color: #F7D00B;
}
.TagClassName
{
border-color: #F7D00B;
}
</style>