Shades of Tangerine Yellow #F5D00B
Tints of Tangerine Yellow #F5D00B
RGB
CMYK
RGB Variations
Color information
#F5D00B (or 0xF5D00B) is known color: Tangerine Yellow. HEX triplet: F5, D0 and 0B. RGB value is (245,208,11). Sum of RGB (Red+Green+Blue) = 245+208+11=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D00B is #0A2FF4. Grayscale: #C5C5C5. Windows color (decimal): -667637 or 774389. OLE color: 774389.
HSL color Cylindrical-coordinate representation of color #F5D00B: hue angle of 50.51º 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 #F5D00B is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 11 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.04 |
| HSL | 50.51º | 0.92% | 0.5% | - |
| HSV(B) | 50.51º | 0.96% | 0.96% | - |
| XYZ | 60.27 | 64.55 | 9.6 | - |
| YUV | 196.61 | 23.26 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 11 | 0 | 0.15 | 0.96 | 0.04 | 50.51 | 0.92 | 0.5 |
| Hex | F5 | D0 | B | 0 | F | 60 | 4 | 33 | 5C | 32 |
| Octal | 365 | 320 | 13 | 0 | 17 | 140 | 4 | 63 | 134 | 62 |
| Binary | 11110101 | 11010000 | 1011 | 0 | 1111 | 1100000 | 100 | 110011 | 1011100 | 110010 |
Color Harmonies of #F5D00B
Complementary color
Monochromatic Colors of #F5D00B
Black with #F5D00B
Text Example
Text Example
White with #F5D00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D00B; }
p { color: rgb(245,208,11); }
H1.HeaderClassName
{
color: #F5D00B;
}
.AnyTagClassName
{
color: #F5D00B;
}
</style>
background-color css
<style>
a { background-color: #F5D00B; }
a { background-color: rgb(245,208,11); }
div.DivClassName
{
background-color: #F5D00B;
}
.BgClassName
{
background-color: #F5D00B;
}
</style>
border-color css
<style>
span { border-color: #F5D00B; }
span { border-color: rgb(245,208,11); }
td.TdClassName
{
border-color: #F5D00B;
}
.TagClassName
{
border-color: #F5D00B;
}
</style>