Shades of Golden Tainoi #FCC751
Tints of Golden Tainoi #FCC751
RGB
CMYK
RGB Variations
Color information
#FCC751 (or 0xFCC751) is known color: Golden Tainoi. HEX triplet: FC, C7 and 51. RGB value is (252,199,81). Sum of RGB (Red+Green+Blue) = 252+199+81=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 81 (32.03% from 255 or 15.23% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC751 is #0338AE. Grayscale: #C9C9C9. Windows color (decimal): -211119 or 5359612. OLE color: 5359612.
HSL color Cylindrical-coordinate representation of color #FCC751: hue angle of 41.4º 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 #FCC751 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 81 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.01 |
| HSL | 41.4º | 0.97% | 0.65% | - |
| HSV(B) | 41.4º | 0.68% | 0.99% | - |
| XYZ | 62.05 | 62.14 | 16.51 | - |
| YUV | 201.4 | 60.06 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 81 | 0 | 0.21 | 0.68 | 0.01 | 41.4 | 0.97 | 0.65 |
| Hex | FC | C7 | 51 | 0 | 15 | 44 | 1 | 29 | 61 | 41 |
| Octal | 374 | 307 | 121 | 0 | 25 | 104 | 1 | 51 | 141 | 101 |
| Binary | 11111100 | 11000111 | 1010001 | 0 | 10101 | 1000100 | 1 | 101001 | 1100001 | 1000001 |
Color Harmonies of #FCC751
Complementary color
Monochromatic Colors of #FCC751
Black with #FCC751
Text Example
Text Example
White with #FCC751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC751; }
p { color: rgb(252,199,81); }
H1.HeaderClassName
{
color: #FCC751;
}
.AnyTagClassName
{
color: #FCC751;
}
</style>
background-color css
<style>
a { background-color: #FCC751; }
a { background-color: rgb(252,199,81); }
div.DivClassName
{
background-color: #FCC751;
}
.BgClassName
{
background-color: #FCC751;
}
</style>
border-color css
<style>
span { border-color: #FCC751; }
span { border-color: rgb(252,199,81); }
td.TdClassName
{
border-color: #FCC751;
}
.TagClassName
{
border-color: #FCC751;
}
</style>