Shades of Tangerine Yellow #FCCE00
Tints of Tangerine Yellow #FCCE00
RGB
CMYK
RGB Variations
Color information
#FCCE00 (or 0xFCCE00) is known color: Tangerine Yellow. HEX triplet: FC, CE and 00. RGB value is (252,206,0). Sum of RGB (Red+Green+Blue) = 252+206+0=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCE00 is #0331FF. Grayscale: #C5C5C5. Windows color (decimal): -209408 or 52988. OLE color: 52988.
HSL color Cylindrical-coordinate representation of color #FCCE00: hue angle of 49.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCCE00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.01 |
| HSL | 49.05º | 1% | 0.49% | - |
| HSV(B) | 49.05º | 1% | 0.99% | - |
| XYZ | 62.22 | 64.84 | 9.24 | - |
| YUV | 196.27 | 17.24 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 0 | 0 | 0.18 | 1 | 0.01 | 49.05 | 1 | 0.49 |
| Hex | FC | CE | 0 | 0 | 12 | 64 | 1 | 31 | 64 | 31 |
| Octal | 374 | 316 | 0 | 0 | 22 | 144 | 1 | 61 | 144 | 61 |
| Binary | 11111100 | 11001110 | 0 | 0 | 10010 | 1100100 | 1 | 110001 | 1100100 | 110001 |
Color Harmonies of #FCCE00
Complementary color
Monochromatic Colors of #FCCE00
Black with #FCCE00
Text Example
Text Example
White with #FCCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE00; }
p { color: rgb(252,206,0); }
H1.HeaderClassName
{
color: #FCCE00;
}
.AnyTagClassName
{
color: #FCCE00;
}
</style>
background-color css
<style>
a { background-color: #FCCE00; }
a { background-color: rgb(252,206,0); }
div.DivClassName
{
background-color: #FCCE00;
}
.BgClassName
{
background-color: #FCCE00;
}
</style>
border-color css
<style>
span { border-color: #FCCE00; }
span { border-color: rgb(252,206,0); }
td.TdClassName
{
border-color: #FCCE00;
}
.TagClassName
{
border-color: #FCCE00;
}
</style>