Shades of Tangerine Yellow #FCCC10
Tints of Tangerine Yellow #FCCC10
RGB
CMYK
RGB Variations
Color information
#FCCC10 (or 0xFCCC10) is known color: Tangerine Yellow. HEX triplet: FC, CC and 10. RGB value is (252,204,16). Sum of RGB (Red+Green+Blue) = 252+204+16=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC10 is #0333EF. Grayscale: #C5C5C5. Windows color (decimal): -209904 or 1101052. OLE color: 1101052.
HSL color Cylindrical-coordinate representation of color #FCCC10: hue angle of 47.8º 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 #FCCC10 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 16 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.01 |
| HSL | 47.8º | 0.98% | 0.53% | - |
| HSV(B) | 47.8º | 0.94% | 0.99% | - |
| XYZ | 61.83 | 63.92 | 9.57 | - |
| YUV | 196.92 | 25.9 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 16 | 0 | 0.19 | 0.94 | 0.01 | 47.8 | 0.98 | 0.53 |
| Hex | FC | CC | 10 | 0 | 13 | 5E | 1 | 30 | 62 | 35 |
| Octal | 374 | 314 | 20 | 0 | 23 | 136 | 1 | 60 | 142 | 65 |
| Binary | 11111100 | 11001100 | 10000 | 0 | 10011 | 1011110 | 1 | 110000 | 1100010 | 110101 |
Color Harmonies of #FCCC10
Complementary color
Monochromatic Colors of #FCCC10
Black with #FCCC10
Text Example
Text Example
White with #FCCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC10; }
p { color: rgb(252,204,16); }
H1.HeaderClassName
{
color: #FCCC10;
}
.AnyTagClassName
{
color: #FCCC10;
}
</style>
background-color css
<style>
a { background-color: #FCCC10; }
a { background-color: rgb(252,204,16); }
div.DivClassName
{
background-color: #FCCC10;
}
.BgClassName
{
background-color: #FCCC10;
}
</style>
border-color css
<style>
span { border-color: #FCCC10; }
span { border-color: rgb(252,204,16); }
td.TdClassName
{
border-color: #FCCC10;
}
.TagClassName
{
border-color: #FCCC10;
}
</style>