Shades of Tangerine Yellow #FCCE10
Tints of Tangerine Yellow #FCCE10
RGB
CMYK
RGB Variations
Color information
#FCCE10 (or 0xFCCE10) is known color: Tangerine Yellow. HEX triplet: FC, CE and 10. RGB value is (252,206,16). Sum of RGB (Red+Green+Blue) = 252+206+16=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCE10 is #0331EF. Grayscale: #C6C6C6. Windows color (decimal): -209392 or 1101564. OLE color: 1101564.
HSL color Cylindrical-coordinate representation of color #FCCE10: hue angle of 48.31º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCCE10 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 16 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.01 |
| HSL | 48.31º | 0.98% | 0.53% | - |
| HSV(B) | 48.31º | 0.94% | 0.99% | - |
| XYZ | 62.31 | 64.88 | 9.73 | - |
| YUV | 198.09 | 25.24 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 16 | 0 | 0.18 | 0.94 | 0.01 | 48.31 | 0.98 | 0.53 |
| Hex | FC | CE | 10 | 0 | 12 | 5E | 1 | 30 | 62 | 35 |
| Octal | 374 | 316 | 20 | 0 | 22 | 136 | 1 | 60 | 142 | 65 |
| Binary | 11111100 | 11001110 | 10000 | 0 | 10010 | 1011110 | 1 | 110000 | 1100010 | 110101 |
Color Harmonies of #FCCE10
Complementary color
Monochromatic Colors of #FCCE10
Black with #FCCE10
Text Example
Text Example
White with #FCCE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE10; }
p { color: rgb(252,206,16); }
H1.HeaderClassName
{
color: #FCCE10;
}
.AnyTagClassName
{
color: #FCCE10;
}
</style>
background-color css
<style>
a { background-color: #FCCE10; }
a { background-color: rgb(252,206,16); }
div.DivClassName
{
background-color: #FCCE10;
}
.BgClassName
{
background-color: #FCCE10;
}
</style>
border-color css
<style>
span { border-color: #FCCE10; }
span { border-color: rgb(252,206,16); }
td.TdClassName
{
border-color: #FCCE10;
}
.TagClassName
{
border-color: #FCCE10;
}
</style>