Shades of Tangerine Yellow #FDCE00
Tints of Tangerine Yellow #FDCE00
RGB
CMYK
RGB Variations
Color information
#FDCE00 (or 0xFDCE00) is known color: Tangerine Yellow. HEX triplet: FD, CE and 00. RGB value is (253,206,0). Sum of RGB (Red+Green+Blue) = 253+206+0=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCE00 is #0231FF. Grayscale: #C5C5C5. Windows color (decimal): -143872 or 52989. OLE color: 52989.
HSL color Cylindrical-coordinate representation of color #FDCE00: hue angle of 48.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDCE00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.01 |
| HSL | 48.85º | 1% | 0.5% | - |
| HSV(B) | 48.85º | 1% | 0.99% | - |
| XYZ | 62.58 | 65.03 | 9.25 | - |
| YUV | 196.57 | 17.07 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 0 | 0 | 0.19 | 1 | 0.01 | 48.85 | 1 | 0.5 |
| Hex | FD | CE | 0 | 0 | 13 | 64 | 1 | 31 | 64 | 32 |
| Octal | 375 | 316 | 0 | 0 | 23 | 144 | 1 | 61 | 144 | 62 |
| Binary | 11111101 | 11001110 | 0 | 0 | 10011 | 1100100 | 1 | 110001 | 1100100 | 110010 |
Color Harmonies of #FDCE00
Complementary color
Monochromatic Colors of #FDCE00
Black with #FDCE00
Text Example
Text Example
White with #FDCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE00; }
p { color: rgb(253,206,0); }
H1.HeaderClassName
{
color: #FDCE00;
}
.AnyTagClassName
{
color: #FDCE00;
}
</style>
background-color css
<style>
a { background-color: #FDCE00; }
a { background-color: rgb(253,206,0); }
div.DivClassName
{
background-color: #FDCE00;
}
.BgClassName
{
background-color: #FDCE00;
}
</style>
border-color css
<style>
span { border-color: #FDCE00; }
span { border-color: rgb(253,206,0); }
td.TdClassName
{
border-color: #FDCE00;
}
.TagClassName
{
border-color: #FDCE00;
}
</style>