Shades of Tangerine Yellow #FCD012
Tints of Tangerine Yellow #FCD012
RGB
CMYK
RGB Variations
Color information
#FCD012 (or 0xFCD012) is known color: Tangerine Yellow. HEX triplet: FC, D0 and 12. RGB value is (252,208,18). Sum of RGB (Red+Green+Blue) = 252+208+18=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD012 is #032FED. Grayscale: #C8C8C8. Windows color (decimal): -208878 or 1233148. OLE color: 1233148.
HSL color Cylindrical-coordinate representation of color #FCD012: hue angle of 48.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCD012 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 208 | 18 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.01 |
| HSL | 48.72º | 0.98% | 0.53% | - |
| HSV(B) | 48.72º | 0.93% | 0.99% | - |
| XYZ | 62.81 | 65.85 | 9.97 | - |
| YUV | 199.5 | 25.58 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 208 | 18 | 0 | 0.17 | 0.93 | 0.01 | 48.72 | 0.98 | 0.53 |
| Hex | FC | D0 | 12 | 0 | 11 | 5D | 1 | 31 | 62 | 35 |
| Octal | 374 | 320 | 22 | 0 | 21 | 135 | 1 | 61 | 142 | 65 |
| Binary | 11111100 | 11010000 | 10010 | 0 | 10001 | 1011101 | 1 | 110001 | 1100010 | 110101 |
Color Harmonies of #FCD012
Complementary color
Monochromatic Colors of #FCD012
Black with #FCD012
Text Example
Text Example
White with #FCD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD012; }
p { color: rgb(252,208,18); }
H1.HeaderClassName
{
color: #FCD012;
}
.AnyTagClassName
{
color: #FCD012;
}
</style>
background-color css
<style>
a { background-color: #FCD012; }
a { background-color: rgb(252,208,18); }
div.DivClassName
{
background-color: #FCD012;
}
.BgClassName
{
background-color: #FCD012;
}
</style>
border-color css
<style>
span { border-color: #FCD012; }
span { border-color: rgb(252,208,18); }
td.TdClassName
{
border-color: #FCD012;
}
.TagClassName
{
border-color: #FCD012;
}
</style>