Shades of Tangerine Yellow #FFD007
Tints of Tangerine Yellow #FFD007
RGB
CMYK
RGB Variations
Color information
#FFD007 (or 0xFFD007) is known color: Tangerine Yellow. HEX triplet: FF, D0 and 07. RGB value is (255,208,7). Sum of RGB (Red+Green+Blue) = 255+208+7=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD007 is #002FF8. Grayscale: #C7C7C7. Windows color (decimal): -12281 or 512255. OLE color: 512255.
HSL color Cylindrical-coordinate representation of color #FFD007: hue angle of 48.63º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFD007 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 208 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0 |
| HSL | 48.63º | 1% | 0.51% | - |
| HSV(B) | 48.63º | 0.97% | 1% | - |
| XYZ | 63.83 | 66.39 | 9.65 | - |
| YUV | 199.14 | 19.57 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 208 | 7 | 0 | 0.18 | 0.97 | 0 | 48.63 | 1 | 0.51 |
| Hex | FF | D0 | 7 | 0 | 12 | 61 | 0 | 31 | 64 | 33 |
| Octal | 377 | 320 | 7 | 0 | 22 | 141 | 0 | 61 | 144 | 63 |
| Binary | 11111111 | 11010000 | 111 | 0 | 10010 | 1100001 | 0 | 110001 | 1100100 | 110011 |
Color Harmonies of #FFD007
Complementary color
Monochromatic Colors of #FFD007
Black with #FFD007
Text Example
Text Example
White with #FFD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD007; }
p { color: rgb(255,208,7); }
H1.HeaderClassName
{
color: #FFD007;
}
.AnyTagClassName
{
color: #FFD007;
}
</style>
background-color css
<style>
a { background-color: #FFD007; }
a { background-color: rgb(255,208,7); }
div.DivClassName
{
background-color: #FFD007;
}
.BgClassName
{
background-color: #FFD007;
}
</style>
border-color css
<style>
span { border-color: #FFD007; }
span { border-color: rgb(255,208,7); }
td.TdClassName
{
border-color: #FFD007;
}
.TagClassName
{
border-color: #FFD007;
}
</style>