Shades of Tangerine Yellow #FCCC0A
Tints of Tangerine Yellow #FCCC0A
RGB
CMYK
RGB Variations
Color information
#FCCC0A (or 0xFCCC0A) is known color: Tangerine Yellow. HEX triplet: FC, CC and 0A. RGB value is (252,204,10). Sum of RGB (Red+Green+Blue) = 252+204+10=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC0A is #0333F5. Grayscale: #C5C5C5. Windows color (decimal): -209910 or 707836. OLE color: 707836.
HSL color Cylindrical-coordinate representation of color #FCCC0A: hue angle of 48.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCCC0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.01 |
| HSL | 48.1º | 0.98% | 0.51% | - |
| HSV(B) | 48.1º | 0.96% | 0.99% | - |
| XYZ | 61.79 | 63.9 | 9.36 | - |
| YUV | 196.24 | 22.9 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 10 | 0 | 0.19 | 0.96 | 0.01 | 48.1 | 0.98 | 0.51 |
| Hex | FC | CC | A | 0 | 13 | 60 | 1 | 30 | 62 | 33 |
| Octal | 374 | 314 | 12 | 0 | 23 | 140 | 1 | 60 | 142 | 63 |
| Binary | 11111100 | 11001100 | 1010 | 0 | 10011 | 1100000 | 1 | 110000 | 1100010 | 110011 |
Color Harmonies of #FCCC0A
Complementary color
Monochromatic Colors of #FCCC0A
Black with #FCCC0A
Text Example
Text Example
White with #FCCC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC0A; }
p { color: rgb(252,204,10); }
H1.HeaderClassName
{
color: #FCCC0A;
}
.AnyTagClassName
{
color: #FCCC0A;
}
</style>
background-color css
<style>
a { background-color: #FCCC0A; }
a { background-color: rgb(252,204,10); }
div.DivClassName
{
background-color: #FCCC0A;
}
.BgClassName
{
background-color: #FCCC0A;
}
</style>
border-color css
<style>
span { border-color: #FCCC0A; }
span { border-color: rgb(252,204,10); }
td.TdClassName
{
border-color: #FCCC0A;
}
.TagClassName
{
border-color: #FCCC0A;
}
</style>