Shades of Golden Tainoi #FCBE4D
Tints of Golden Tainoi #FCBE4D
RGB
CMYK
RGB Variations
Color information
#FCBE4D (or 0xFCBE4D) is known color: Golden Tainoi. HEX triplet: FC, BE and 4D. RGB value is (252,190,77). Sum of RGB (Red+Green+Blue) = 252+190+77=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE4D is #0341B2. Grayscale: #C4C4C4. Windows color (decimal): -213427 or 5095164. OLE color: 5095164.
HSL color Cylindrical-coordinate representation of color #FCBE4D: hue angle of 38.74º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCBE4D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 77 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.01 |
| HSL | 38.74º | 0.97% | 0.65% | - |
| HSV(B) | 38.74º | 0.69% | 0.99% | - |
| XYZ | 59.9 | 58.06 | 15.07 | - |
| YUV | 195.66 | 61.04 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 77 | 0 | 0.25 | 0.69 | 0.01 | 38.74 | 0.97 | 0.65 |
| Hex | FC | BE | 4D | 0 | 19 | 45 | 1 | 27 | 61 | 41 |
| Octal | 374 | 276 | 115 | 0 | 31 | 105 | 1 | 47 | 141 | 101 |
| Binary | 11111100 | 10111110 | 1001101 | 0 | 11001 | 1000101 | 1 | 100111 | 1100001 | 1000001 |
Color Harmonies of #FCBE4D
Complementary color
Monochromatic Colors of #FCBE4D
Black with #FCBE4D
Text Example
Text Example
White with #FCBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE4D; }
p { color: rgb(252,190,77); }
H1.HeaderClassName
{
color: #FCBE4D;
}
.AnyTagClassName
{
color: #FCBE4D;
}
</style>
background-color css
<style>
a { background-color: #FCBE4D; }
a { background-color: rgb(252,190,77); }
div.DivClassName
{
background-color: #FCBE4D;
}
.BgClassName
{
background-color: #FCBE4D;
}
</style>
border-color css
<style>
span { border-color: #FCBE4D; }
span { border-color: rgb(252,190,77); }
td.TdClassName
{
border-color: #FCBE4D;
}
.TagClassName
{
border-color: #FCBE4D;
}
</style>