Shades of Tangerine Yellow #FCCA00
Tints of Tangerine Yellow #FCCA00
RGB
CMYK
RGB Variations
Color information
#FCCA00 (or 0xFCCA00) is known color: Tangerine Yellow. HEX triplet: FC, CA and 00. RGB value is (252,202,0). Sum of RGB (Red+Green+Blue) = 252+202+0=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCA00 is #0335FF. Grayscale: #C2C2C2. Windows color (decimal): -210432 or 51964. OLE color: 51964.
HSL color Cylindrical-coordinate representation of color #FCCA00: hue angle of 48.1º 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 #FCCA00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.01 |
| HSL | 48.1º | 1% | 0.49% | - |
| HSV(B) | 48.1º | 1% | 0.99% | - |
| XYZ | 61.27 | 62.94 | 8.92 | - |
| YUV | 193.92 | 18.57 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 0 | 0 | 0.20 | 1 | 0.01 | 48.1 | 1 | 0.49 |
| Hex | FC | CA | 0 | 0 | 14 | 64 | 1 | 30 | 64 | 31 |
| Octal | 374 | 312 | 0 | 0 | 24 | 144 | 1 | 60 | 144 | 61 |
| Binary | 11111100 | 11001010 | 0 | 0 | 10100 | 1100100 | 1 | 110000 | 1100100 | 110001 |
Color Harmonies of #FCCA00
Complementary color
Monochromatic Colors of #FCCA00
Black with #FCCA00
Text Example
Text Example
White with #FCCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCA00; }
p { color: rgb(252,202,0); }
H1.HeaderClassName
{
color: #FCCA00;
}
.AnyTagClassName
{
color: #FCCA00;
}
</style>
background-color css
<style>
a { background-color: #FCCA00; }
a { background-color: rgb(252,202,0); }
div.DivClassName
{
background-color: #FCCA00;
}
.BgClassName
{
background-color: #FCCA00;
}
</style>
border-color css
<style>
span { border-color: #FCCA00; }
span { border-color: rgb(252,202,0); }
td.TdClassName
{
border-color: #FCCA00;
}
.TagClassName
{
border-color: #FCCA00;
}
</style>