Shades of Golden Tainoi #FBC64A
Tints of Golden Tainoi #FBC64A
RGB
CMYK
RGB Variations
Color information
#FBC64A (or 0xFBC64A) is known color: Golden Tainoi. HEX triplet: FB, C6 and 4A. RGB value is (251,198,74). Sum of RGB (Red+Green+Blue) = 251+198+74=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC64A is #0439B5. Grayscale: #C8C8C8. Windows color (decimal): -276918 or 4900603. OLE color: 4900603.
HSL color Cylindrical-coordinate representation of color #FBC64A: hue angle of 42.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBC64A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 74 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.02 |
| HSL | 42.03º | 0.96% | 0.64% | - |
| HSV(B) | 42.03º | 0.71% | 0.98% | - |
| XYZ | 61.21 | 61.39 | 15.1 | - |
| YUV | 199.71 | 57.06 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 74 | 0 | 0.21 | 0.71 | 0.02 | 42.03 | 0.96 | 0.64 |
| Hex | FB | C6 | 4A | 0 | 15 | 47 | 2 | 2A | 60 | 40 |
| Octal | 373 | 306 | 112 | 0 | 25 | 107 | 2 | 52 | 140 | 100 |
| Binary | 11111011 | 11000110 | 1001010 | 0 | 10101 | 1000111 | 10 | 101010 | 1100000 | 1000000 |
Color Harmonies of #FBC64A
Complementary color
Monochromatic Colors of #FBC64A
Black with #FBC64A
Text Example
Text Example
White with #FBC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC64A; }
p { color: rgb(251,198,74); }
H1.HeaderClassName
{
color: #FBC64A;
}
.AnyTagClassName
{
color: #FBC64A;
}
</style>
background-color css
<style>
a { background-color: #FBC64A; }
a { background-color: rgb(251,198,74); }
div.DivClassName
{
background-color: #FBC64A;
}
.BgClassName
{
background-color: #FBC64A;
}
</style>
border-color css
<style>
span { border-color: #FBC64A; }
span { border-color: rgb(251,198,74); }
td.TdClassName
{
border-color: #FBC64A;
}
.TagClassName
{
border-color: #FBC64A;
}
</style>