Shades of Tangerine Yellow #FDCE05
Tints of Tangerine Yellow #FDCE05
RGB
CMYK
RGB Variations
Color information
#FDCE05 (or 0xFDCE05) is known color: Tangerine Yellow. HEX triplet: FD, CE and 05. RGB value is (253,206,5). Sum of RGB (Red+Green+Blue) = 253+206+5=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 5 (2.34% from 255 or 1.08% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCE05 is #0231FA. Grayscale: #C5C5C5. Windows color (decimal): -143867 or 380669. OLE color: 380669.
HSL color Cylindrical-coordinate representation of color #FDCE05: hue angle of 48.63º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDCE05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.01 |
| HSL | 48.63º | 0.98% | 0.51% | - |
| HSV(B) | 48.63º | 0.98% | 0.99% | - |
| XYZ | 62.61 | 65.04 | 9.4 | - |
| YUV | 197.14 | 19.57 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 5 | 0 | 0.19 | 0.98 | 0.01 | 48.63 | 0.98 | 0.51 |
| Hex | FD | CE | 5 | 0 | 13 | 62 | 1 | 31 | 62 | 33 |
| Octal | 375 | 316 | 5 | 0 | 23 | 142 | 1 | 61 | 142 | 63 |
| Binary | 11111101 | 11001110 | 101 | 0 | 10011 | 1100010 | 1 | 110001 | 1100010 | 110011 |
Color Harmonies of #FDCE05
Complementary color
Monochromatic Colors of #FDCE05
Black with #FDCE05
Text Example
Text Example
White with #FDCE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE05; }
p { color: rgb(253,206,5); }
H1.HeaderClassName
{
color: #FDCE05;
}
.AnyTagClassName
{
color: #FDCE05;
}
</style>
background-color css
<style>
a { background-color: #FDCE05; }
a { background-color: rgb(253,206,5); }
div.DivClassName
{
background-color: #FDCE05;
}
.BgClassName
{
background-color: #FDCE05;
}
</style>
border-color css
<style>
span { border-color: #FDCE05; }
span { border-color: rgb(253,206,5); }
td.TdClassName
{
border-color: #FDCE05;
}
.TagClassName
{
border-color: #FDCE05;
}
</style>