Shades of Tangerine Yellow #FDCE0C
Tints of Tangerine Yellow #FDCE0C
RGB
CMYK
RGB Variations
Color information
#FDCE0C (or 0xFDCE0C) is known color: Tangerine Yellow. HEX triplet: FD, CE and 0C. RGB value is (253,206,12). Sum of RGB (Red+Green+Blue) = 253+206+12=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCE0C is #0231F3. Grayscale: #C6C6C6. Windows color (decimal): -143860 or 839421. OLE color: 839421.
HSL color Cylindrical-coordinate representation of color #FDCE0C: hue angle of 48.3º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDCE0C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.01 |
| HSL | 48.3º | 0.98% | 0.52% | - |
| HSV(B) | 48.3º | 0.95% | 0.99% | - |
| XYZ | 62.65 | 65.05 | 9.6 | - |
| YUV | 197.94 | 23.07 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 12 | 0 | 0.19 | 0.95 | 0.01 | 48.3 | 0.98 | 0.52 |
| Hex | FD | CE | C | 0 | 13 | 5F | 1 | 30 | 62 | 34 |
| Octal | 375 | 316 | 14 | 0 | 23 | 137 | 1 | 60 | 142 | 64 |
| Binary | 11111101 | 11001110 | 1100 | 0 | 10011 | 1011111 | 1 | 110000 | 1100010 | 110100 |
Color Harmonies of #FDCE0C
Complementary color
Monochromatic Colors of #FDCE0C
Black with #FDCE0C
Text Example
Text Example
White with #FDCE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCE0C; }
p { color: rgb(253,206,12); }
H1.HeaderClassName
{
color: #FDCE0C;
}
.AnyTagClassName
{
color: #FDCE0C;
}
</style>
background-color css
<style>
a { background-color: #FDCE0C; }
a { background-color: rgb(253,206,12); }
div.DivClassName
{
background-color: #FDCE0C;
}
.BgClassName
{
background-color: #FDCE0C;
}
</style>
border-color css
<style>
span { border-color: #FDCE0C; }
span { border-color: rgb(253,206,12); }
td.TdClassName
{
border-color: #FDCE0C;
}
.TagClassName
{
border-color: #FDCE0C;
}
</style>