Shades of Tangerine Yellow #FCCD06
Tints of Tangerine Yellow #FCCD06
RGB
CMYK
RGB Variations
Color information
#FCCD06 (or 0xFCCD06) is known color: Tangerine Yellow. HEX triplet: FC, CD and 06. RGB value is (252,205,6). Sum of RGB (Red+Green+Blue) = 252+205+6=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD06 is #0332F9. Grayscale: #C5C5C5. Windows color (decimal): -209658 or 445948. OLE color: 445948.
HSL color Cylindrical-coordinate representation of color #FCCD06: hue angle of 48.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCCD06 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 6 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.01 |
| HSL | 48.54º | 0.98% | 0.51% | - |
| HSV(B) | 48.54º | 0.98% | 0.99% | - |
| XYZ | 62.01 | 64.37 | 9.33 | - |
| YUV | 196.37 | 20.57 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 6 | 0 | 0.19 | 0.98 | 0.01 | 48.54 | 0.98 | 0.51 |
| Hex | FC | CD | 6 | 0 | 13 | 62 | 1 | 31 | 62 | 33 |
| Octal | 374 | 315 | 6 | 0 | 23 | 142 | 1 | 61 | 142 | 63 |
| Binary | 11111100 | 11001101 | 110 | 0 | 10011 | 1100010 | 1 | 110001 | 1100010 | 110011 |
Color Harmonies of #FCCD06
Complementary color
Monochromatic Colors of #FCCD06
Black with #FCCD06
Text Example
Text Example
White with #FCCD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD06; }
p { color: rgb(252,205,6); }
H1.HeaderClassName
{
color: #FCCD06;
}
.AnyTagClassName
{
color: #FCCD06;
}
</style>
background-color css
<style>
a { background-color: #FCCD06; }
a { background-color: rgb(252,205,6); }
div.DivClassName
{
background-color: #FCCD06;
}
.BgClassName
{
background-color: #FCCD06;
}
</style>
border-color css
<style>
span { border-color: #FCCD06; }
span { border-color: rgb(252,205,6); }
td.TdClassName
{
border-color: #FCCD06;
}
.TagClassName
{
border-color: #FCCD06;
}
</style>