Shades of Golden Tainoi #FCC54B
Tints of Golden Tainoi #FCC54B
RGB
CMYK
RGB Variations
Color information
#FCC54B (or 0xFCC54B) is known color: Golden Tainoi. HEX triplet: FC, C5 and 4B. RGB value is (252,197,75). Sum of RGB (Red+Green+Blue) = 252+197+75=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC54B is #033AB4. Grayscale: #C8C8C8. Windows color (decimal): -211637 or 4965884. OLE color: 4965884.
HSL color Cylindrical-coordinate representation of color #FCC54B: hue angle of 41.36º 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 #FCC54B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 75 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.01 |
| HSL | 41.36º | 0.97% | 0.64% | - |
| HSV(B) | 41.36º | 0.7% | 0.99% | - |
| XYZ | 61.38 | 61.14 | 15.22 | - |
| YUV | 199.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 75 | 0 | 0.22 | 0.70 | 0.01 | 41.36 | 0.97 | 0.64 |
| Hex | FC | C5 | 4B | 0 | 16 | 46 | 1 | 29 | 61 | 40 |
| Octal | 374 | 305 | 113 | 0 | 26 | 106 | 1 | 51 | 141 | 100 |
| Binary | 11111100 | 11000101 | 1001011 | 0 | 10110 | 1000110 | 1 | 101001 | 1100001 | 1000000 |
Color Harmonies of #FCC54B
Complementary color
Monochromatic Colors of #FCC54B
Black with #FCC54B
Text Example
Text Example
White with #FCC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC54B; }
p { color: rgb(252,197,75); }
H1.HeaderClassName
{
color: #FCC54B;
}
.AnyTagClassName
{
color: #FCC54B;
}
</style>
background-color css
<style>
a { background-color: #FCC54B; }
a { background-color: rgb(252,197,75); }
div.DivClassName
{
background-color: #FCC54B;
}
.BgClassName
{
background-color: #FCC54B;
}
</style>
border-color css
<style>
span { border-color: #FCC54B; }
span { border-color: rgb(252,197,75); }
td.TdClassName
{
border-color: #FCC54B;
}
.TagClassName
{
border-color: #FCC54B;
}
</style>