Shades of Tangerine Yellow #FCCE0E
Tints of Tangerine Yellow #FCCE0E
RGB
CMYK
RGB Variations
Color information
#FCCE0E (or 0xFCCE0E) is known color: Tangerine Yellow. HEX triplet: FC, CE and 0E. RGB value is (252,206,14). Sum of RGB (Red+Green+Blue) = 252+206+14=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 14 (5.86% from 255 or 2.97% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCE0E is #0331F1. Grayscale: #C6C6C6. Windows color (decimal): -209394 or 970492. OLE color: 970492.
HSL color Cylindrical-coordinate representation of color #FCCE0E: hue angle of 48.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCCE0E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.01 |
| HSL | 48.4º | 0.98% | 0.52% | - |
| HSV(B) | 48.4º | 0.94% | 0.99% | - |
| XYZ | 62.3 | 64.87 | 9.65 | - |
| YUV | 197.87 | 24.24 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 14 | 0 | 0.18 | 0.94 | 0.01 | 48.4 | 0.98 | 0.52 |
| Hex | FC | CE | E | 0 | 12 | 5E | 1 | 30 | 62 | 34 |
| Octal | 374 | 316 | 16 | 0 | 22 | 136 | 1 | 60 | 142 | 64 |
| Binary | 11111100 | 11001110 | 1110 | 0 | 10010 | 1011110 | 1 | 110000 | 1100010 | 110100 |
Color Harmonies of #FCCE0E
Complementary color
Monochromatic Colors of #FCCE0E
Black with #FCCE0E
Text Example
Text Example
White with #FCCE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE0E; }
p { color: rgb(252,206,14); }
H1.HeaderClassName
{
color: #FCCE0E;
}
.AnyTagClassName
{
color: #FCCE0E;
}
</style>
background-color css
<style>
a { background-color: #FCCE0E; }
a { background-color: rgb(252,206,14); }
div.DivClassName
{
background-color: #FCCE0E;
}
.BgClassName
{
background-color: #FCCE0E;
}
</style>
border-color css
<style>
span { border-color: #FCCE0E; }
span { border-color: rgb(252,206,14); }
td.TdClassName
{
border-color: #FCCE0E;
}
.TagClassName
{
border-color: #FCCE0E;
}
</style>