Shades of Golden Tainoi #FCC84C
Tints of Golden Tainoi #FCC84C
RGB
CMYK
RGB Variations
Color information
#FCC84C (or 0xFCC84C) is known color: Golden Tainoi. HEX triplet: FC, C8 and 4C. RGB value is (252,200,76). Sum of RGB (Red+Green+Blue) = 252+200+76=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC84C is #0337B3. Grayscale: #C9C9C9. Windows color (decimal): -210868 or 5032188. OLE color: 5032188.
HSL color Cylindrical-coordinate representation of color #FCC84C: hue angle of 42.27º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCC84C is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 76 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.01 |
| HSL | 42.27º | 0.97% | 0.64% | - |
| HSV(B) | 42.27º | 0.7% | 0.99% | - |
| XYZ | 62.1 | 62.53 | 15.63 | - |
| YUV | 201.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 76 | 0 | 0.21 | 0.70 | 0.01 | 42.27 | 0.97 | 0.64 |
| Hex | FC | C8 | 4C | 0 | 15 | 46 | 1 | 2A | 61 | 40 |
| Octal | 374 | 310 | 114 | 0 | 25 | 106 | 1 | 52 | 141 | 100 |
| Binary | 11111100 | 11001000 | 1001100 | 0 | 10101 | 1000110 | 1 | 101010 | 1100001 | 1000000 |
Color Harmonies of #FCC84C
Complementary color
Monochromatic Colors of #FCC84C
Black with #FCC84C
Text Example
Text Example
White with #FCC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC84C; }
p { color: rgb(252,200,76); }
H1.HeaderClassName
{
color: #FCC84C;
}
.AnyTagClassName
{
color: #FCC84C;
}
</style>
background-color css
<style>
a { background-color: #FCC84C; }
a { background-color: rgb(252,200,76); }
div.DivClassName
{
background-color: #FCC84C;
}
.BgClassName
{
background-color: #FCC84C;
}
</style>
border-color css
<style>
span { border-color: #FCC84C; }
span { border-color: rgb(252,200,76); }
td.TdClassName
{
border-color: #FCC84C;
}
.TagClassName
{
border-color: #FCC84C;
}
</style>