Shades of Golden Tainoi #FCC051
Tints of Golden Tainoi #FCC051
RGB
CMYK
RGB Variations
Color information
#FCC051 (or 0xFCC051) is known color: Golden Tainoi. HEX triplet: FC, C0 and 51. RGB value is (252,192,81). Sum of RGB (Red+Green+Blue) = 252+192+81=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC051 is #033FAE. Grayscale: #C5C5C5. Windows color (decimal): -212911 or 5357820. OLE color: 5357820.
HSL color Cylindrical-coordinate representation of color #FCC051: hue angle of 38.95º 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 #FCC051 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 81 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.01 |
| HSL | 38.95º | 0.97% | 0.65% | - |
| HSV(B) | 38.95º | 0.68% | 0.99% | - |
| XYZ | 60.48 | 58.99 | 15.98 | - |
| YUV | 197.29 | 62.38 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 81 | 0 | 0.24 | 0.68 | 0.01 | 38.95 | 0.97 | 0.65 |
| Hex | FC | C0 | 51 | 0 | 18 | 44 | 1 | 27 | 61 | 41 |
| Octal | 374 | 300 | 121 | 0 | 30 | 104 | 1 | 47 | 141 | 101 |
| Binary | 11111100 | 11000000 | 1010001 | 0 | 11000 | 1000100 | 1 | 100111 | 1100001 | 1000001 |
Color Harmonies of #FCC051
Complementary color
Monochromatic Colors of #FCC051
Black with #FCC051
Text Example
Text Example
White with #FCC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC051; }
p { color: rgb(252,192,81); }
H1.HeaderClassName
{
color: #FCC051;
}
.AnyTagClassName
{
color: #FCC051;
}
</style>
background-color css
<style>
a { background-color: #FCC051; }
a { background-color: rgb(252,192,81); }
div.DivClassName
{
background-color: #FCC051;
}
.BgClassName
{
background-color: #FCC051;
}
</style>
border-color css
<style>
span { border-color: #FCC051; }
span { border-color: rgb(252,192,81); }
td.TdClassName
{
border-color: #FCC051;
}
.TagClassName
{
border-color: #FCC051;
}
</style>