Shades of Tangerine Yellow #F5D004
Tints of Tangerine Yellow #F5D004
RGB
CMYK
RGB Variations
Color information
#F5D004 (or 0xF5D004) is known color: Tangerine Yellow. HEX triplet: F5, D0 and 04. RGB value is (245,208,4). Sum of RGB (Red+Green+Blue) = 245+208+4=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D004 is #0A2FFB. Grayscale: #C4C4C4. Windows color (decimal): -667644 or 315637. OLE color: 315637.
HSL color Cylindrical-coordinate representation of color #F5D004: hue angle of 50.79º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5D004 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.04 |
| HSL | 50.79º | 0.97% | 0.49% | - |
| HSV(B) | 50.79º | 0.98% | 0.96% | - |
| XYZ | 60.23 | 64.53 | 9.4 | - |
| YUV | 195.81 | 19.76 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 4 | 0 | 0.15 | 0.98 | 0.04 | 50.79 | 0.97 | 0.49 |
| Hex | F5 | D0 | 4 | 0 | F | 62 | 4 | 33 | 61 | 31 |
| Octal | 365 | 320 | 4 | 0 | 17 | 142 | 4 | 63 | 141 | 61 |
| Binary | 11110101 | 11010000 | 100 | 0 | 1111 | 1100010 | 100 | 110011 | 1100001 | 110001 |
Color Harmonies of #F5D004
Complementary color
Monochromatic Colors of #F5D004
Black with #F5D004
Text Example
Text Example
White with #F5D004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D004; }
p { color: rgb(245,208,4); }
H1.HeaderClassName
{
color: #F5D004;
}
.AnyTagClassName
{
color: #F5D004;
}
</style>
background-color css
<style>
a { background-color: #F5D004; }
a { background-color: rgb(245,208,4); }
div.DivClassName
{
background-color: #F5D004;
}
.BgClassName
{
background-color: #F5D004;
}
</style>
border-color css
<style>
span { border-color: #F5D004; }
span { border-color: rgb(245,208,4); }
td.TdClassName
{
border-color: #F5D004;
}
.TagClassName
{
border-color: #F5D004;
}
</style>