Shades of Golden Tainoi #FCC84F
Tints of Golden Tainoi #FCC84F
RGB
CMYK
RGB Variations
Color information
#FCC84F (or 0xFCC84F) is known color: Golden Tainoi. HEX triplet: FC, C8 and 4F. RGB value is (252,200,79). Sum of RGB (Red+Green+Blue) = 252+200+79=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC84F is #0337B0. Grayscale: #CACACA. Windows color (decimal): -210865 or 5228796. OLE color: 5228796.
HSL color Cylindrical-coordinate representation of color #FCC84F: hue angle of 41.97º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCC84F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 79 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.01 |
| HSL | 41.97º | 0.97% | 0.65% | - |
| HSV(B) | 41.97º | 0.69% | 0.99% | - |
| XYZ | 62.21 | 62.57 | 16.2 | - |
| YUV | 201.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 79 | 0 | 0.21 | 0.69 | 0.01 | 41.97 | 0.97 | 0.65 |
| Hex | FC | C8 | 4F | 0 | 15 | 45 | 1 | 2A | 61 | 41 |
| Octal | 374 | 310 | 117 | 0 | 25 | 105 | 1 | 52 | 141 | 101 |
| Binary | 11111100 | 11001000 | 1001111 | 0 | 10101 | 1000101 | 1 | 101010 | 1100001 | 1000001 |
Color Harmonies of #FCC84F
Complementary color
Monochromatic Colors of #FCC84F
Black with #FCC84F
Text Example
Text Example
White with #FCC84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC84F; }
p { color: rgb(252,200,79); }
H1.HeaderClassName
{
color: #FCC84F;
}
.AnyTagClassName
{
color: #FCC84F;
}
</style>
background-color css
<style>
a { background-color: #FCC84F; }
a { background-color: rgb(252,200,79); }
div.DivClassName
{
background-color: #FCC84F;
}
.BgClassName
{
background-color: #FCC84F;
}
</style>
border-color css
<style>
span { border-color: #FCC84F; }
span { border-color: rgb(252,200,79); }
td.TdClassName
{
border-color: #FCC84F;
}
.TagClassName
{
border-color: #FCC84F;
}
</style>