Shades of Tangerine Yellow #F0D005
Tints of Tangerine Yellow #F0D005
RGB
CMYK
RGB Variations
Color information
#F0D005 (or 0xF0D005) is known color: Tangerine Yellow. HEX triplet: F0, D0 and 05. RGB value is (240,208,5). Sum of RGB (Red+Green+Blue) = 240+208+5=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D005 is #0F2FFA. Grayscale: #C3C3C3. Windows color (decimal): -995323 or 381168. OLE color: 381168.
HSL color Cylindrical-coordinate representation of color #F0D005: hue angle of 51.83º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0D005 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.06 |
| HSL | 51.83º | 0.96% | 0.48% | - |
| HSV(B) | 51.83º | 0.98% | 0.94% | - |
| XYZ | 58.52 | 63.65 | 9.34 | - |
| YUV | 194.43 | 21.1 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 5 | 0 | 0.13 | 0.98 | 0.06 | 51.83 | 0.96 | 0.48 |
| Hex | F0 | D0 | 5 | 0 | D | 62 | 6 | 34 | 60 | 30 |
| Octal | 360 | 320 | 5 | 0 | 15 | 142 | 6 | 64 | 140 | 60 |
| Binary | 11110000 | 11010000 | 101 | 0 | 1101 | 1100010 | 110 | 110100 | 1100000 | 110000 |
Color Harmonies of #F0D005
Complementary color
Monochromatic Colors of #F0D005
Black with #F0D005
Text Example
Text Example
White with #F0D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D005; }
p { color: rgb(240,208,5); }
H1.HeaderClassName
{
color: #F0D005;
}
.AnyTagClassName
{
color: #F0D005;
}
</style>
background-color css
<style>
a { background-color: #F0D005; }
a { background-color: rgb(240,208,5); }
div.DivClassName
{
background-color: #F0D005;
}
.BgClassName
{
background-color: #F0D005;
}
</style>
border-color css
<style>
span { border-color: #F0D005; }
span { border-color: rgb(240,208,5); }
td.TdClassName
{
border-color: #F0D005;
}
.TagClassName
{
border-color: #F0D005;
}
</style>