Shades of Tangerine Yellow #F5D00C
Tints of Tangerine Yellow #F5D00C
RGB
CMYK
RGB Variations
Color information
#F5D00C (or 0xF5D00C) is known color: Tangerine Yellow. HEX triplet: F5, D0 and 0C. RGB value is (245,208,12). Sum of RGB (Red+Green+Blue) = 245+208+12=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D00C is #0A2FF3. Grayscale: #C5C5C5. Windows color (decimal): -667636 or 839925. OLE color: 839925.
HSL color Cylindrical-coordinate representation of color #F5D00C: hue angle of 50.47º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5D00C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.04 |
| HSL | 50.47º | 0.92% | 0.5% | - |
| HSV(B) | 50.47º | 0.95% | 0.96% | - |
| XYZ | 60.28 | 64.55 | 9.63 | - |
| YUV | 196.72 | 23.76 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 12 | 0 | 0.15 | 0.95 | 0.04 | 50.47 | 0.92 | 0.5 |
| Hex | F5 | D0 | C | 0 | F | 5F | 4 | 32 | 5C | 32 |
| Octal | 365 | 320 | 14 | 0 | 17 | 137 | 4 | 62 | 134 | 62 |
| Binary | 11110101 | 11010000 | 1100 | 0 | 1111 | 1011111 | 100 | 110010 | 1011100 | 110010 |
Color Harmonies of #F5D00C
Complementary color
Monochromatic Colors of #F5D00C
Black with #F5D00C
Text Example
Text Example
White with #F5D00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D00C; }
p { color: rgb(245,208,12); }
H1.HeaderClassName
{
color: #F5D00C;
}
.AnyTagClassName
{
color: #F5D00C;
}
</style>
background-color css
<style>
a { background-color: #F5D00C; }
a { background-color: rgb(245,208,12); }
div.DivClassName
{
background-color: #F5D00C;
}
.BgClassName
{
background-color: #F5D00C;
}
</style>
border-color css
<style>
span { border-color: #F5D00C; }
span { border-color: rgb(245,208,12); }
td.TdClassName
{
border-color: #F5D00C;
}
.TagClassName
{
border-color: #F5D00C;
}
</style>