Shades of Golden Tainoi #FCC551
Tints of Golden Tainoi #FCC551
RGB
CMYK
RGB Variations
Color information
#FCC551 (or 0xFCC551) is known color: Golden Tainoi. HEX triplet: FC, C5 and 51. RGB value is (252,197,81). Sum of RGB (Red+Green+Blue) = 252+197+81=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC551 is #033AAE. Grayscale: #C8C8C8. Windows color (decimal): -211631 or 5359100. OLE color: 5359100.
HSL color Cylindrical-coordinate representation of color #FCC551: hue angle of 40.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCC551 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 81 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.01 |
| HSL | 40.7º | 0.97% | 0.65% | - |
| HSV(B) | 40.7º | 0.68% | 0.99% | - |
| XYZ | 61.6 | 61.22 | 16.36 | - |
| YUV | 200.22 | 60.72 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 81 | 0 | 0.22 | 0.68 | 0.01 | 40.7 | 0.97 | 0.65 |
| Hex | FC | C5 | 51 | 0 | 16 | 44 | 1 | 29 | 61 | 41 |
| Octal | 374 | 305 | 121 | 0 | 26 | 104 | 1 | 51 | 141 | 101 |
| Binary | 11111100 | 11000101 | 1010001 | 0 | 10110 | 1000100 | 1 | 101001 | 1100001 | 1000001 |
Color Harmonies of #FCC551
Complementary color
Monochromatic Colors of #FCC551
Black with #FCC551
Text Example
Text Example
White with #FCC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC551; }
p { color: rgb(252,197,81); }
H1.HeaderClassName
{
color: #FCC551;
}
.AnyTagClassName
{
color: #FCC551;
}
</style>
background-color css
<style>
a { background-color: #FCC551; }
a { background-color: rgb(252,197,81); }
div.DivClassName
{
background-color: #FCC551;
}
.BgClassName
{
background-color: #FCC551;
}
</style>
border-color css
<style>
span { border-color: #FCC551; }
span { border-color: rgb(252,197,81); }
td.TdClassName
{
border-color: #FCC551;
}
.TagClassName
{
border-color: #FCC551;
}
</style>