Shades of Tangerine Yellow #F1D007
Tints of Tangerine Yellow #F1D007
RGB
CMYK
RGB Variations
Color information
#F1D007 (or 0xF1D007) is known color: Tangerine Yellow. HEX triplet: F1, D0 and 07. RGB value is (241,208,7). Sum of RGB (Red+Green+Blue) = 241+208+7=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 7 (3.12% from 255 or 1.54% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1D007 is #0E2FF8. Grayscale: #C3C3C3. Windows color (decimal): -929785 or 512241. OLE color: 512241.
HSL color Cylindrical-coordinate representation of color #F1D007: hue angle of 51.54º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1D007 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.05 |
| HSL | 51.54º | 0.94% | 0.49% | - |
| HSV(B) | 51.54º | 0.97% | 0.95% | - |
| XYZ | 58.87 | 63.83 | 9.42 | - |
| YUV | 194.95 | 21.93 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 7 | 0 | 0.14 | 0.97 | 0.05 | 51.54 | 0.94 | 0.49 |
| Hex | F1 | D0 | 7 | 0 | E | 61 | 5 | 34 | 5E | 31 |
| Octal | 361 | 320 | 7 | 0 | 16 | 141 | 5 | 64 | 136 | 61 |
| Binary | 11110001 | 11010000 | 111 | 0 | 1110 | 1100001 | 101 | 110100 | 1011110 | 110001 |
Color Harmonies of #F1D007
Complementary color
Monochromatic Colors of #F1D007
Black with #F1D007
Text Example
Text Example
White with #F1D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D007; }
p { color: rgb(241,208,7); }
H1.HeaderClassName
{
color: #F1D007;
}
.AnyTagClassName
{
color: #F1D007;
}
</style>
background-color css
<style>
a { background-color: #F1D007; }
a { background-color: rgb(241,208,7); }
div.DivClassName
{
background-color: #F1D007;
}
.BgClassName
{
background-color: #F1D007;
}
</style>
border-color css
<style>
span { border-color: #F1D007; }
span { border-color: rgb(241,208,7); }
td.TdClassName
{
border-color: #F1D007;
}
.TagClassName
{
border-color: #F1D007;
}
</style>