Shades of Tangerine Yellow #FCCC00
Tints of Tangerine Yellow #FCCC00
RGB
CMYK
RGB Variations
Color information
#FCCC00 (or 0xFCCC00) is known color: Tangerine Yellow. HEX triplet: FC, CC and 00. RGB value is (252,204,0). Sum of RGB (Red+Green+Blue) = 252+204+0=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC00 is #0333FF. Grayscale: #C3C3C3. Windows color (decimal): -209920 or 52476. OLE color: 52476.
HSL color Cylindrical-coordinate representation of color #FCCC00: hue angle of 48.57º 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 #FCCC00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.01 |
| HSL | 48.57º | 1% | 0.49% | - |
| HSV(B) | 48.57º | 1% | 0.99% | - |
| XYZ | 61.74 | 63.88 | 9.08 | - |
| YUV | 195.1 | 17.9 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 0 | 0 | 0.19 | 1 | 0.01 | 48.57 | 1 | 0.49 |
| Hex | FC | CC | 0 | 0 | 13 | 64 | 1 | 31 | 64 | 31 |
| Octal | 374 | 314 | 0 | 0 | 23 | 144 | 1 | 61 | 144 | 61 |
| Binary | 11111100 | 11001100 | 0 | 0 | 10011 | 1100100 | 1 | 110001 | 1100100 | 110001 |
Color Harmonies of #FCCC00
Complementary color
Monochromatic Colors of #FCCC00
Black with #FCCC00
Text Example
Text Example
White with #FCCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC00; }
p { color: rgb(252,204,0); }
H1.HeaderClassName
{
color: #FCCC00;
}
.AnyTagClassName
{
color: #FCCC00;
}
</style>
background-color css
<style>
a { background-color: #FCCC00; }
a { background-color: rgb(252,204,0); }
div.DivClassName
{
background-color: #FCCC00;
}
.BgClassName
{
background-color: #FCCC00;
}
</style>
border-color css
<style>
span { border-color: #FCCC00; }
span { border-color: rgb(252,204,0); }
td.TdClassName
{
border-color: #FCCC00;
}
.TagClassName
{
border-color: #FCCC00;
}
</style>