Shades of Golden Tainoi #FCC54F
Tints of Golden Tainoi #FCC54F
RGB
CMYK
RGB Variations
Color information
#FCC54F (or 0xFCC54F) is known color: Golden Tainoi. HEX triplet: FC, C5 and 4F. RGB value is (252,197,79). Sum of RGB (Red+Green+Blue) = 252+197+79=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 79 (31.25% from 255 or 14.96% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC54F is #033AB0. Grayscale: #C8C8C8. Windows color (decimal): -211633 or 5228028. OLE color: 5228028.
HSL color Cylindrical-coordinate representation of color #FCC54F: hue angle of 40.92º 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 #FCC54F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 79 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.01 |
| HSL | 40.92º | 0.97% | 0.65% | - |
| HSV(B) | 40.92º | 0.69% | 0.99% | - |
| XYZ | 61.52 | 61.19 | 15.97 | - |
| YUV | 199.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 79 | 0 | 0.22 | 0.69 | 0.01 | 40.92 | 0.97 | 0.65 |
| Hex | FC | C5 | 4F | 0 | 16 | 45 | 1 | 29 | 61 | 41 |
| Octal | 374 | 305 | 117 | 0 | 26 | 105 | 1 | 51 | 141 | 101 |
| Binary | 11111100 | 11000101 | 1001111 | 0 | 10110 | 1000101 | 1 | 101001 | 1100001 | 1000001 |
Color Harmonies of #FCC54F
Complementary color
Monochromatic Colors of #FCC54F
Black with #FCC54F
Text Example
Text Example
White with #FCC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC54F; }
p { color: rgb(252,197,79); }
H1.HeaderClassName
{
color: #FCC54F;
}
.AnyTagClassName
{
color: #FCC54F;
}
</style>
background-color css
<style>
a { background-color: #FCC54F; }
a { background-color: rgb(252,197,79); }
div.DivClassName
{
background-color: #FCC54F;
}
.BgClassName
{
background-color: #FCC54F;
}
</style>
border-color css
<style>
span { border-color: #FCC54F; }
span { border-color: rgb(252,197,79); }
td.TdClassName
{
border-color: #FCC54F;
}
.TagClassName
{
border-color: #FCC54F;
}
</style>