Shades of Golden Tainoi #FCC84A
Tints of Golden Tainoi #FCC84A
RGB
CMYK
RGB Variations
Color information
#FCC84A (or 0xFCC84A) is known color: Golden Tainoi. HEX triplet: FC, C8 and 4A. RGB value is (252,200,74). Sum of RGB (Red+Green+Blue) = 252+200+74=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC84A is #0337B5. Grayscale: #C9C9C9. Windows color (decimal): -210870 or 4901116. OLE color: 4901116.
HSL color Cylindrical-coordinate representation of color #FCC84A: hue angle of 42.47º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCC84A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 74 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.01 |
| HSL | 42.47º | 0.97% | 0.64% | - |
| HSV(B) | 42.47º | 0.71% | 0.99% | - |
| XYZ | 62.04 | 62.5 | 15.27 | - |
| YUV | 201.18 | 56.23 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 74 | 0 | 0.21 | 0.71 | 0.01 | 42.47 | 0.97 | 0.64 |
| Hex | FC | C8 | 4A | 0 | 15 | 47 | 1 | 2A | 61 | 40 |
| Octal | 374 | 310 | 112 | 0 | 25 | 107 | 1 | 52 | 141 | 100 |
| Binary | 11111100 | 11001000 | 1001010 | 0 | 10101 | 1000111 | 1 | 101010 | 1100001 | 1000000 |
Color Harmonies of #FCC84A
Complementary color
Monochromatic Colors of #FCC84A
Black with #FCC84A
Text Example
Text Example
White with #FCC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC84A; }
p { color: rgb(252,200,74); }
H1.HeaderClassName
{
color: #FCC84A;
}
.AnyTagClassName
{
color: #FCC84A;
}
</style>
background-color css
<style>
a { background-color: #FCC84A; }
a { background-color: rgb(252,200,74); }
div.DivClassName
{
background-color: #FCC84A;
}
.BgClassName
{
background-color: #FCC84A;
}
</style>
border-color css
<style>
span { border-color: #FCC84A; }
span { border-color: rgb(252,200,74); }
td.TdClassName
{
border-color: #FCC84A;
}
.TagClassName
{
border-color: #FCC84A;
}
</style>