Shades of Tangerine Yellow #FCC808
Tints of Tangerine Yellow #FCC808
RGB
CMYK
RGB Variations
Color information
#FCC808 (or 0xFCC808) is known color: Tangerine Yellow. HEX triplet: FC, C8 and 08. RGB value is (252,200,8). Sum of RGB (Red+Green+Blue) = 252+200+8=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 8 (3.52% from 255 or 1.74% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC808 is #0337F7. Grayscale: #C2C2C2. Windows color (decimal): -210936 or 575740. OLE color: 575740.
HSL color Cylindrical-coordinate representation of color #FCC808: hue angle of 47.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCC808 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 8 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.01 |
| HSL | 47.21º | 0.98% | 0.51% | - |
| HSV(B) | 47.21º | 0.97% | 0.99% | - |
| XYZ | 60.84 | 62.02 | 8.99 | - |
| YUV | 193.66 | 23.23 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 8 | 0 | 0.21 | 0.97 | 0.01 | 47.21 | 0.98 | 0.51 |
| Hex | FC | C8 | 8 | 0 | 15 | 61 | 1 | 2F | 62 | 33 |
| Octal | 374 | 310 | 10 | 0 | 25 | 141 | 1 | 57 | 142 | 63 |
| Binary | 11111100 | 11001000 | 1000 | 0 | 10101 | 1100001 | 1 | 101111 | 1100010 | 110011 |
Color Harmonies of #FCC808
Complementary color
Monochromatic Colors of #FCC808
Black with #FCC808
Text Example
Text Example
White with #FCC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC808; }
p { color: rgb(252,200,8); }
H1.HeaderClassName
{
color: #FCC808;
}
.AnyTagClassName
{
color: #FCC808;
}
</style>
background-color css
<style>
a { background-color: #FCC808; }
a { background-color: rgb(252,200,8); }
div.DivClassName
{
background-color: #FCC808;
}
.BgClassName
{
background-color: #FCC808;
}
</style>
border-color css
<style>
span { border-color: #FCC808; }
span { border-color: rgb(252,200,8); }
td.TdClassName
{
border-color: #FCC808;
}
.TagClassName
{
border-color: #FCC808;
}
</style>