Shades of Tangerine Yellow #F0D008
Tints of Tangerine Yellow #F0D008
RGB
CMYK
RGB Variations
Color information
#F0D008 (or 0xF0D008) is known color: Tangerine Yellow. HEX triplet: F0, D0 and 08. RGB value is (240,208,8). Sum of RGB (Red+Green+Blue) = 240+208+8=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 8 (3.52% from 255 or 1.75% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D008 is #0F2FF7. Grayscale: #C3C3C3. Windows color (decimal): -995320 or 577776. OLE color: 577776.
HSL color Cylindrical-coordinate representation of color #F0D008: hue angle of 51.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0D008 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.06 |
| HSL | 51.72º | 0.94% | 0.49% | - |
| HSV(B) | 51.72º | 0.97% | 0.94% | - |
| XYZ | 58.53 | 63.65 | 9.43 | - |
| YUV | 194.77 | 22.6 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 8 | 0 | 0.13 | 0.97 | 0.06 | 51.72 | 0.94 | 0.49 |
| Hex | F0 | D0 | 8 | 0 | D | 61 | 6 | 34 | 5E | 31 |
| Octal | 360 | 320 | 10 | 0 | 15 | 141 | 6 | 64 | 136 | 61 |
| Binary | 11110000 | 11010000 | 1000 | 0 | 1101 | 1100001 | 110 | 110100 | 1011110 | 110001 |
Color Harmonies of #F0D008
Complementary color
Monochromatic Colors of #F0D008
Black with #F0D008
Text Example
Text Example
White with #F0D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D008; }
p { color: rgb(240,208,8); }
H1.HeaderClassName
{
color: #F0D008;
}
.AnyTagClassName
{
color: #F0D008;
}
</style>
background-color css
<style>
a { background-color: #F0D008; }
a { background-color: rgb(240,208,8); }
div.DivClassName
{
background-color: #F0D008;
}
.BgClassName
{
background-color: #F0D008;
}
</style>
border-color css
<style>
span { border-color: #F0D008; }
span { border-color: rgb(240,208,8); }
td.TdClassName
{
border-color: #F0D008;
}
.TagClassName
{
border-color: #F0D008;
}
</style>