Shades of Tangerine Yellow #FDC80E
Tints of Tangerine Yellow #FDC80E
RGB
CMYK
RGB Variations
Color information
#FDC80E (or 0xFDC80E) is known color: Tangerine Yellow. HEX triplet: FD, C8 and 0E. RGB value is (253,200,14). Sum of RGB (Red+Green+Blue) = 253+200+14=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC80E is #0237F1. Grayscale: #C3C3C3. Windows color (decimal): -145394 or 968957. OLE color: 968957.
HSL color Cylindrical-coordinate representation of color #FDC80E: hue angle of 46.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDC80E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.01 |
| HSL | 46.69º | 0.98% | 0.52% | - |
| HSV(B) | 46.69º | 0.94% | 0.99% | - |
| XYZ | 61.24 | 62.22 | 9.2 | - |
| YUV | 194.64 | 26.06 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 14 | 0 | 0.21 | 0.94 | 0.01 | 46.69 | 0.98 | 0.52 |
| Hex | FD | C8 | E | 0 | 15 | 5E | 1 | 2F | 62 | 34 |
| Octal | 375 | 310 | 16 | 0 | 25 | 136 | 1 | 57 | 142 | 64 |
| Binary | 11111101 | 11001000 | 1110 | 0 | 10101 | 1011110 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FDC80E
Complementary color
Monochromatic Colors of #FDC80E
Black with #FDC80E
Text Example
Text Example
White with #FDC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC80E; }
p { color: rgb(253,200,14); }
H1.HeaderClassName
{
color: #FDC80E;
}
.AnyTagClassName
{
color: #FDC80E;
}
</style>
background-color css
<style>
a { background-color: #FDC80E; }
a { background-color: rgb(253,200,14); }
div.DivClassName
{
background-color: #FDC80E;
}
.BgClassName
{
background-color: #FDC80E;
}
</style>
border-color css
<style>
span { border-color: #FDC80E; }
span { border-color: rgb(253,200,14); }
td.TdClassName
{
border-color: #FDC80E;
}
.TagClassName
{
border-color: #FDC80E;
}
</style>