Shades of Golden Tainoi #FCBE4C
Tints of Golden Tainoi #FCBE4C
RGB
CMYK
RGB Variations
Color information
#FCBE4C (or 0xFCBE4C) is known color: Golden Tainoi. HEX triplet: FC, BE and 4C. RGB value is (252,190,76). Sum of RGB (Red+Green+Blue) = 252+190+76=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE4C is #0341B3. Grayscale: #C4C4C4. Windows color (decimal): -213428 or 5029628. OLE color: 5029628.
HSL color Cylindrical-coordinate representation of color #FCBE4C: hue angle of 38.86º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCBE4C is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 76 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.01 |
| HSL | 38.86º | 0.97% | 0.64% | - |
| HSV(B) | 38.86º | 0.7% | 0.99% | - |
| XYZ | 59.86 | 58.04 | 14.89 | - |
| YUV | 195.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 76 | 0 | 0.25 | 0.70 | 0.01 | 38.86 | 0.97 | 0.64 |
| Hex | FC | BE | 4C | 0 | 19 | 46 | 1 | 27 | 61 | 40 |
| Octal | 374 | 276 | 114 | 0 | 31 | 106 | 1 | 47 | 141 | 100 |
| Binary | 11111100 | 10111110 | 1001100 | 0 | 11001 | 1000110 | 1 | 100111 | 1100001 | 1000000 |
Color Harmonies of #FCBE4C
Complementary color
Monochromatic Colors of #FCBE4C
Black with #FCBE4C
Text Example
Text Example
White with #FCBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE4C; }
p { color: rgb(252,190,76); }
H1.HeaderClassName
{
color: #FCBE4C;
}
.AnyTagClassName
{
color: #FCBE4C;
}
</style>
background-color css
<style>
a { background-color: #FCBE4C; }
a { background-color: rgb(252,190,76); }
div.DivClassName
{
background-color: #FCBE4C;
}
.BgClassName
{
background-color: #FCBE4C;
}
</style>
border-color css
<style>
span { border-color: #FCBE4C; }
span { border-color: rgb(252,190,76); }
td.TdClassName
{
border-color: #FCBE4C;
}
.TagClassName
{
border-color: #FCBE4C;
}
</style>