Shades of Tangerine Yellow #FCCC04
Tints of Tangerine Yellow #FCCC04
RGB
CMYK
RGB Variations
Color information
#FCCC04 (or 0xFCCC04) is known color: Tangerine Yellow. HEX triplet: FC, CC and 04. RGB value is (252,204,4). Sum of RGB (Red+Green+Blue) = 252+204+4=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC04 is #0333FB. Grayscale: #C4C4C4. Windows color (decimal): -209916 or 314620. OLE color: 314620.
HSL color Cylindrical-coordinate representation of color #FCCC04: hue angle of 48.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCCC04 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.01 |
| HSL | 48.39º | 0.98% | 0.5% | - |
| HSV(B) | 48.39º | 0.98% | 0.99% | - |
| XYZ | 61.76 | 63.89 | 9.19 | - |
| YUV | 195.55 | 19.9 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 4 | 0 | 0.19 | 0.98 | 0.01 | 48.39 | 0.98 | 0.5 |
| Hex | FC | CC | 4 | 0 | 13 | 62 | 1 | 30 | 62 | 32 |
| Octal | 374 | 314 | 4 | 0 | 23 | 142 | 1 | 60 | 142 | 62 |
| Binary | 11111100 | 11001100 | 100 | 0 | 10011 | 1100010 | 1 | 110000 | 1100010 | 110010 |
Color Harmonies of #FCCC04
Complementary color
Monochromatic Colors of #FCCC04
Black with #FCCC04
Text Example
Text Example
White with #FCCC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC04; }
p { color: rgb(252,204,4); }
H1.HeaderClassName
{
color: #FCCC04;
}
.AnyTagClassName
{
color: #FCCC04;
}
</style>
background-color css
<style>
a { background-color: #FCCC04; }
a { background-color: rgb(252,204,4); }
div.DivClassName
{
background-color: #FCCC04;
}
.BgClassName
{
background-color: #FCCC04;
}
</style>
border-color css
<style>
span { border-color: #FCCC04; }
span { border-color: rgb(252,204,4); }
td.TdClassName
{
border-color: #FCCC04;
}
.TagClassName
{
border-color: #FCCC04;
}
</style>