Shades of Tangerine Yellow #F0D001
Tints of Tangerine Yellow #F0D001
RGB
CMYK
RGB Variations
Color information
#F0D001 (or 0xF0D001) is known color: Tangerine Yellow. HEX triplet: F0, D0 and 01. RGB value is (240,208,1). Sum of RGB (Red+Green+Blue) = 240+208+1=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D001 is #0F2FFE. Grayscale: #C2C2C2. Windows color (decimal): -995327 or 119024. OLE color: 119024.
HSL color Cylindrical-coordinate representation of color #F0D001: hue angle of 51.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0D001 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.06 |
| HSL | 51.97º | 0.99% | 0.47% | - |
| HSV(B) | 51.97º | 1% | 0.94% | - |
| XYZ | 58.5 | 63.64 | 9.23 | - |
| YUV | 193.97 | 19.1 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 1 | 0 | 0.13 | 1.00 | 0.06 | 51.97 | 0.99 | 0.47 |
| Hex | F0 | D0 | 1 | 0 | D | 64 | 6 | 34 | 63 | 2F |
| Octal | 360 | 320 | 1 | 0 | 15 | 144 | 6 | 64 | 143 | 57 |
| Binary | 11110000 | 11010000 | 1 | 0 | 1101 | 1100100 | 110 | 110100 | 1100011 | 101111 |
Color Harmonies of #F0D001
Complementary color
Monochromatic Colors of #F0D001
Black with #F0D001
Text Example
Text Example
White with #F0D001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D001; }
p { color: rgb(240,208,1); }
H1.HeaderClassName
{
color: #F0D001;
}
.AnyTagClassName
{
color: #F0D001;
}
</style>
background-color css
<style>
a { background-color: #F0D001; }
a { background-color: rgb(240,208,1); }
div.DivClassName
{
background-color: #F0D001;
}
.BgClassName
{
background-color: #F0D001;
}
</style>
border-color css
<style>
span { border-color: #F0D001; }
span { border-color: rgb(240,208,1); }
td.TdClassName
{
border-color: #F0D001;
}
.TagClassName
{
border-color: #F0D001;
}
</style>