Shades of Tangerine Yellow #FCCE11
Tints of Tangerine Yellow #FCCE11
RGB
CMYK
RGB Variations
Color information
#FCCE11 (or 0xFCCE11) is known color: Tangerine Yellow. HEX triplet: FC, CE and 11. RGB value is (252,206,17). Sum of RGB (Red+Green+Blue) = 252+206+17=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCE11 is #0331EE. Grayscale: #C7C7C7. Windows color (decimal): -209391 or 1167100. OLE color: 1167100.
HSL color Cylindrical-coordinate representation of color #FCCE11: hue angle of 48.26º 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 #FCCE11 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 17 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.01 |
| HSL | 48.26º | 0.98% | 0.53% | - |
| HSV(B) | 48.26º | 0.93% | 0.99% | - |
| XYZ | 62.32 | 64.88 | 9.77 | - |
| YUV | 198.21 | 25.74 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 17 | 0 | 0.18 | 0.93 | 0.01 | 48.26 | 0.98 | 0.53 |
| Hex | FC | CE | 11 | 0 | 12 | 5D | 1 | 30 | 62 | 35 |
| Octal | 374 | 316 | 21 | 0 | 22 | 135 | 1 | 60 | 142 | 65 |
| Binary | 11111100 | 11001110 | 10001 | 0 | 10010 | 1011101 | 1 | 110000 | 1100010 | 110101 |
Color Harmonies of #FCCE11
Complementary color
Monochromatic Colors of #FCCE11
Black with #FCCE11
Text Example
Text Example
White with #FCCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE11; }
p { color: rgb(252,206,17); }
H1.HeaderClassName
{
color: #FCCE11;
}
.AnyTagClassName
{
color: #FCCE11;
}
</style>
background-color css
<style>
a { background-color: #FCCE11; }
a { background-color: rgb(252,206,17); }
div.DivClassName
{
background-color: #FCCE11;
}
.BgClassName
{
background-color: #FCCE11;
}
</style>
border-color css
<style>
span { border-color: #FCCE11; }
span { border-color: rgb(252,206,17); }
td.TdClassName
{
border-color: #FCCE11;
}
.TagClassName
{
border-color: #FCCE11;
}
</style>