Shades of Golden Tainoi #FCC651
Tints of Golden Tainoi #FCC651
RGB
CMYK
RGB Variations
Color information
#FCC651 (or 0xFCC651) is known color: Golden Tainoi. HEX triplet: FC, C6 and 51. RGB value is (252,198,81). Sum of RGB (Red+Green+Blue) = 252+198+81=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 81 (32.03% from 255 or 15.25% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC651 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC651 is #0339AE. Grayscale: #C9C9C9. Windows color (decimal): -211375 or 5359356. OLE color: 5359356.
HSL color Cylindrical-coordinate representation of color #FCC651: hue angle of 41.05º 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 #FCC651 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 81 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.01 |
| HSL | 41.05º | 0.97% | 0.65% | - |
| HSV(B) | 41.05º | 0.68% | 0.99% | - |
| XYZ | 61.82 | 61.68 | 16.43 | - |
| YUV | 200.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 81 | 0 | 0.21 | 0.68 | 0.01 | 41.05 | 0.97 | 0.65 |
| Hex | FC | C6 | 51 | 0 | 15 | 44 | 1 | 29 | 61 | 41 |
| Octal | 374 | 306 | 121 | 0 | 25 | 104 | 1 | 51 | 141 | 101 |
| Binary | 11111100 | 11000110 | 1010001 | 0 | 10101 | 1000100 | 1 | 101001 | 1100001 | 1000001 |
Color Harmonies of #FCC651
Complementary color
Monochromatic Colors of #FCC651
Black with #FCC651
Text Example
Text Example
White with #FCC651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC651; }
p { color: rgb(252,198,81); }
H1.HeaderClassName
{
color: #FCC651;
}
.AnyTagClassName
{
color: #FCC651;
}
</style>
background-color css
<style>
a { background-color: #FCC651; }
a { background-color: rgb(252,198,81); }
div.DivClassName
{
background-color: #FCC651;
}
.BgClassName
{
background-color: #FCC651;
}
</style>
border-color css
<style>
span { border-color: #FCC651; }
span { border-color: rgb(252,198,81); }
td.TdClassName
{
border-color: #FCC651;
}
.TagClassName
{
border-color: #FCC651;
}
</style>