Shades of Golden Tainoi #FCBD4A
Tints of Golden Tainoi #FCBD4A
RGB
CMYK
RGB Variations
Color information
#FCBD4A (or 0xFCBD4A) is known color: Golden Tainoi. HEX triplet: FC, BD and 4A. RGB value is (252,189,74). Sum of RGB (Red+Green+Blue) = 252+189+74=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD4A is #0342B5. Grayscale: #C3C3C3. Windows color (decimal): -213686 or 4898300. OLE color: 4898300.
HSL color Cylindrical-coordinate representation of color #FCBD4A: hue angle of 38.76º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCBD4A is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 74 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.01 |
| HSL | 38.76º | 0.97% | 0.64% | - |
| HSV(B) | 38.76º | 0.71% | 0.99% | - |
| XYZ | 59.58 | 57.59 | 14.45 | - |
| YUV | 194.73 | 59.87 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 74 | 0 | 0.25 | 0.71 | 0.01 | 38.76 | 0.97 | 0.64 |
| Hex | FC | BD | 4A | 0 | 19 | 47 | 1 | 27 | 61 | 40 |
| Octal | 374 | 275 | 112 | 0 | 31 | 107 | 1 | 47 | 141 | 100 |
| Binary | 11111100 | 10111101 | 1001010 | 0 | 11001 | 1000111 | 1 | 100111 | 1100001 | 1000000 |
Color Harmonies of #FCBD4A
Complementary color
Monochromatic Colors of #FCBD4A
Black with #FCBD4A
Text Example
Text Example
White with #FCBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD4A; }
p { color: rgb(252,189,74); }
H1.HeaderClassName
{
color: #FCBD4A;
}
.AnyTagClassName
{
color: #FCBD4A;
}
</style>
background-color css
<style>
a { background-color: #FCBD4A; }
a { background-color: rgb(252,189,74); }
div.DivClassName
{
background-color: #FCBD4A;
}
.BgClassName
{
background-color: #FCBD4A;
}
</style>
border-color css
<style>
span { border-color: #FCBD4A; }
span { border-color: rgb(252,189,74); }
td.TdClassName
{
border-color: #FCBD4A;
}
.TagClassName
{
border-color: #FCBD4A;
}
</style>