Shades of Golden Tainoi #FFBE60
Tints of Golden Tainoi #FFBE60
RGB
CMYK
RGB Variations
Color information
#FFBE60 (or 0xFFBE60) is known color: Golden Tainoi. HEX triplet: FF, BE and 60. RGB value is (255,190,96). Sum of RGB (Red+Green+Blue) = 255+190+96=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE60 is #00419F. Grayscale: #C7C7C7. Windows color (decimal): -16800 or 6340351. OLE color: 6340351.
HSL color Cylindrical-coordinate representation of color #FFBE60: hue angle of 35.47º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFBE60 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 96 | - |
| CMYK | 0 | 0.25 | 0.62 | 0 |
| HSL | 35.47º | 1% | 0.69% | - |
| HSV(B) | 35.47º | 0.62% | 1% | - |
| XYZ | 61.76 | 58.93 | 19.19 | - |
| YUV | 198.72 | 70.03 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 96 | 0 | 0.25 | 0.62 | 0 | 35.47 | 1 | 0.69 |
| Hex | FF | BE | 60 | 0 | 19 | 3E | 0 | 23 | 64 | 45 |
| Octal | 377 | 276 | 140 | 0 | 31 | 76 | 0 | 43 | 144 | 105 |
| Binary | 11111111 | 10111110 | 1100000 | 0 | 11001 | 111110 | 0 | 100011 | 1100100 | 1000101 |
Color Harmonies of #FFBE60
Complementary color
Monochromatic Colors of #FFBE60
Black with #FFBE60
Text Example
Text Example
White with #FFBE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE60; }
p { color: rgb(255,190,96); }
H1.HeaderClassName
{
color: #FFBE60;
}
.AnyTagClassName
{
color: #FFBE60;
}
</style>
background-color css
<style>
a { background-color: #FFBE60; }
a { background-color: rgb(255,190,96); }
div.DivClassName
{
background-color: #FFBE60;
}
.BgClassName
{
background-color: #FFBE60;
}
</style>
border-color css
<style>
span { border-color: #FFBE60; }
span { border-color: rgb(255,190,96); }
td.TdClassName
{
border-color: #FFBE60;
}
.TagClassName
{
border-color: #FFBE60;
}
</style>