Shades of Tangerine Yellow #FCCC02
Tints of Tangerine Yellow #FCCC02
RGB
CMYK
RGB Variations
Color information
#FCCC02 (or 0xFCCC02) is known color: Tangerine Yellow. HEX triplet: FC, CC and 02. RGB value is (252,204,2). Sum of RGB (Red+Green+Blue) = 252+204+2=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 2 (1.17% from 255 or 0.44% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC02 is #0333FD. Grayscale: #C4C4C4. Windows color (decimal): -209918 or 183548. OLE color: 183548.
HSL color Cylindrical-coordinate representation of color #FCCC02: hue angle of 48.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCCC02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.01 |
| HSL | 48.48º | 0.98% | 0.5% | - |
| HSV(B) | 48.48º | 0.99% | 0.99% | - |
| XYZ | 61.75 | 63.89 | 9.13 | - |
| YUV | 195.32 | 18.9 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 2 | 0 | 0.19 | 0.99 | 0.01 | 48.48 | 0.98 | 0.5 |
| Hex | FC | CC | 2 | 0 | 13 | 63 | 1 | 30 | 62 | 32 |
| Octal | 374 | 314 | 2 | 0 | 23 | 143 | 1 | 60 | 142 | 62 |
| Binary | 11111100 | 11001100 | 10 | 0 | 10011 | 1100011 | 1 | 110000 | 1100010 | 110010 |
Color Harmonies of #FCCC02
Complementary color
Monochromatic Colors of #FCCC02
Black with #FCCC02
Text Example
Text Example
White with #FCCC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC02; }
p { color: rgb(252,204,2); }
H1.HeaderClassName
{
color: #FCCC02;
}
.AnyTagClassName
{
color: #FCCC02;
}
</style>
background-color css
<style>
a { background-color: #FCCC02; }
a { background-color: rgb(252,204,2); }
div.DivClassName
{
background-color: #FCCC02;
}
.BgClassName
{
background-color: #FCCC02;
}
</style>
border-color css
<style>
span { border-color: #FCCC02; }
span { border-color: rgb(252,204,2); }
td.TdClassName
{
border-color: #FCCC02;
}
.TagClassName
{
border-color: #FCCC02;
}
</style>