Shades of Tangerine Yellow #F5D00A
Tints of Tangerine Yellow #F5D00A
RGB
CMYK
RGB Variations
Color information
#F5D00A (or 0xF5D00A) is known color: Tangerine Yellow. HEX triplet: F5, D0 and 0A. RGB value is (245,208,10). Sum of RGB (Red+Green+Blue) = 245+208+10=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D00A is #0A2FF5. Grayscale: #C5C5C5. Windows color (decimal): -667638 or 708853. OLE color: 708853.
HSL color Cylindrical-coordinate representation of color #F5D00A: hue angle of 50.55º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5D00A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 10 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.04 |
| HSL | 50.55º | 0.92% | 0.5% | - |
| HSV(B) | 50.55º | 0.96% | 0.96% | - |
| XYZ | 60.27 | 64.55 | 9.57 | - |
| YUV | 196.49 | 22.76 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 10 | 0 | 0.15 | 0.96 | 0.04 | 50.55 | 0.92 | 0.5 |
| Hex | F5 | D0 | A | 0 | F | 60 | 4 | 33 | 5C | 32 |
| Octal | 365 | 320 | 12 | 0 | 17 | 140 | 4 | 63 | 134 | 62 |
| Binary | 11110101 | 11010000 | 1010 | 0 | 1111 | 1100000 | 100 | 110011 | 1011100 | 110010 |
Color Harmonies of #F5D00A
Complementary color
Monochromatic Colors of #F5D00A
Black with #F5D00A
Text Example
Text Example
White with #F5D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D00A; }
p { color: rgb(245,208,10); }
H1.HeaderClassName
{
color: #F5D00A;
}
.AnyTagClassName
{
color: #F5D00A;
}
</style>
background-color css
<style>
a { background-color: #F5D00A; }
a { background-color: rgb(245,208,10); }
div.DivClassName
{
background-color: #F5D00A;
}
.BgClassName
{
background-color: #F5D00A;
}
</style>
border-color css
<style>
span { border-color: #F5D00A; }
span { border-color: rgb(245,208,10); }
td.TdClassName
{
border-color: #F5D00A;
}
.TagClassName
{
border-color: #F5D00A;
}
</style>