Shades of Tangerine Yellow #FCCD12
Tints of Tangerine Yellow #FCCD12
RGB
CMYK
RGB Variations
Color information
#FCCD12 (or 0xFCCD12) is known color: Tangerine Yellow. HEX triplet: FC, CD and 12. RGB value is (252,205,18). Sum of RGB (Red+Green+Blue) = 252+205+18=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCD12 is #0332ED. Grayscale: #C6C6C6. Windows color (decimal): -209646 or 1232380. OLE color: 1232380.
HSL color Cylindrical-coordinate representation of color #FCCD12: hue angle of 47.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCCD12 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 18 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.01 |
| HSL | 47.95º | 0.98% | 0.53% | - |
| HSV(B) | 47.95º | 0.93% | 0.99% | - |
| XYZ | 62.09 | 64.4 | 9.73 | - |
| YUV | 197.74 | 26.57 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 18 | 0 | 0.19 | 0.93 | 0.01 | 47.95 | 0.98 | 0.53 |
| Hex | FC | CD | 12 | 0 | 13 | 5D | 1 | 30 | 62 | 35 |
| Octal | 374 | 315 | 22 | 0 | 23 | 135 | 1 | 60 | 142 | 65 |
| Binary | 11111100 | 11001101 | 10010 | 0 | 10011 | 1011101 | 1 | 110000 | 1100010 | 110101 |
Color Harmonies of #FCCD12
Complementary color
Monochromatic Colors of #FCCD12
Black with #FCCD12
Text Example
Text Example
White with #FCCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD12; }
p { color: rgb(252,205,18); }
H1.HeaderClassName
{
color: #FCCD12;
}
.AnyTagClassName
{
color: #FCCD12;
}
</style>
background-color css
<style>
a { background-color: #FCCD12; }
a { background-color: rgb(252,205,18); }
div.DivClassName
{
background-color: #FCCD12;
}
.BgClassName
{
background-color: #FCCD12;
}
</style>
border-color css
<style>
span { border-color: #FCCD12; }
span { border-color: rgb(252,205,18); }
td.TdClassName
{
border-color: #FCCD12;
}
.TagClassName
{
border-color: #FCCD12;
}
</style>