Shades of Tangerine Yellow #F2D001
Tints of Tangerine Yellow #F2D001
RGB
CMYK
RGB Variations
Color information
#F2D001 (or 0xF2D001) is known color: Tangerine Yellow. HEX triplet: F2, D0 and 01. RGB value is (242,208,1). Sum of RGB (Red+Green+Blue) = 242+208+1=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D001 is #0D2FFE. Grayscale: #C3C3C3. Windows color (decimal): -864255 or 119026. OLE color: 119026.
HSL color Cylindrical-coordinate representation of color #F2D001: hue angle of 51.54º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2D001 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.05 |
| HSL | 51.54º | 0.99% | 0.48% | - |
| HSV(B) | 51.54º | 1% | 0.95% | - |
| XYZ | 59.18 | 63.99 | 9.26 | - |
| YUV | 194.57 | 18.76 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 1 | 0 | 0.14 | 1.00 | 0.05 | 51.54 | 0.99 | 0.48 |
| Hex | F2 | D0 | 1 | 0 | E | 64 | 5 | 34 | 63 | 30 |
| Octal | 362 | 320 | 1 | 0 | 16 | 144 | 5 | 64 | 143 | 60 |
| Binary | 11110010 | 11010000 | 1 | 0 | 1110 | 1100100 | 101 | 110100 | 1100011 | 110000 |
Color Harmonies of #F2D001
Complementary color
Monochromatic Colors of #F2D001
Black with #F2D001
Text Example
Text Example
White with #F2D001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D001; }
p { color: rgb(242,208,1); }
H1.HeaderClassName
{
color: #F2D001;
}
.AnyTagClassName
{
color: #F2D001;
}
</style>
background-color css
<style>
a { background-color: #F2D001; }
a { background-color: rgb(242,208,1); }
div.DivClassName
{
background-color: #F2D001;
}
.BgClassName
{
background-color: #F2D001;
}
</style>
border-color css
<style>
span { border-color: #F2D001; }
span { border-color: rgb(242,208,1); }
td.TdClassName
{
border-color: #F2D001;
}
.TagClassName
{
border-color: #F2D001;
}
</style>