Shades of Golden Tainoi #FCBE60
Tints of Golden Tainoi #FCBE60
RGB
CMYK
RGB Variations
Color information
#FCBE60 (or 0xFCBE60) is known color: Golden Tainoi. HEX triplet: FC, BE and 60. RGB value is (252,190,96). Sum of RGB (Red+Green+Blue) = 252+190+96=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBE60 is #03419F. Grayscale: #C6C6C6. Windows color (decimal): -213408 or 6340348. OLE color: 6340348.
HSL color Cylindrical-coordinate representation of color #FCBE60: hue angle of 36.15º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCBE60 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 96 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.01 |
| HSL | 36.15º | 0.96% | 0.68% | - |
| HSV(B) | 36.15º | 0.62% | 0.99% | - |
| XYZ | 60.67 | 58.37 | 19.13 | - |
| YUV | 197.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 96 | 0 | 0.25 | 0.62 | 0.01 | 36.15 | 0.96 | 0.68 |
| Hex | FC | BE | 60 | 0 | 19 | 3E | 1 | 24 | 60 | 44 |
| Octal | 374 | 276 | 140 | 0 | 31 | 76 | 1 | 44 | 140 | 104 |
| Binary | 11111100 | 10111110 | 1100000 | 0 | 11001 | 111110 | 1 | 100100 | 1100000 | 1000100 |
Color Harmonies of #FCBE60
Complementary color
Monochromatic Colors of #FCBE60
Black with #FCBE60
Text Example
Text Example
White with #FCBE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE60; }
p { color: rgb(252,190,96); }
H1.HeaderClassName
{
color: #FCBE60;
}
.AnyTagClassName
{
color: #FCBE60;
}
</style>
background-color css
<style>
a { background-color: #FCBE60; }
a { background-color: rgb(252,190,96); }
div.DivClassName
{
background-color: #FCBE60;
}
.BgClassName
{
background-color: #FCBE60;
}
</style>
border-color css
<style>
span { border-color: #FCBE60; }
span { border-color: rgb(252,190,96); }
td.TdClassName
{
border-color: #FCBE60;
}
.TagClassName
{
border-color: #FCBE60;
}
</style>