Shades of Golden Tainoi #FFBE63
Tints of Golden Tainoi #FFBE63
RGB
CMYK
RGB Variations
Color information
#FFBE63 (or 0xFFBE63) is known color: Golden Tainoi. HEX triplet: FF, BE and 63. RGB value is (255,190,99). Sum of RGB (Red+Green+Blue) = 255+190+99=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE63 is #00419C. Grayscale: #C7C7C7. Windows color (decimal): -16797 or 6536959. OLE color: 6536959.
HSL color Cylindrical-coordinate representation of color #FFBE63: hue angle of 35º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFBE63 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 99 | - |
| CMYK | 0 | 0.25 | 0.61 | 0 |
| HSL | 35º | 1% | 0.69% | - |
| HSV(B) | 35º | 0.61% | 1% | - |
| XYZ | 61.91 | 58.99 | 19.93 | - |
| YUV | 199.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 99 | 0 | 0.25 | 0.61 | 0 | 35 | 1 | 0.69 |
| Hex | FF | BE | 63 | 0 | 19 | 3D | 0 | 23 | 64 | 45 |
| Octal | 377 | 276 | 143 | 0 | 31 | 75 | 0 | 43 | 144 | 105 |
| Binary | 11111111 | 10111110 | 1100011 | 0 | 11001 | 111101 | 0 | 100011 | 1100100 | 1000101 |
Color Harmonies of #FFBE63
Complementary color
Monochromatic Colors of #FFBE63
Black with #FFBE63
Text Example
Text Example
White with #FFBE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE63; }
p { color: rgb(255,190,99); }
H1.HeaderClassName
{
color: #FFBE63;
}
.AnyTagClassName
{
color: #FFBE63;
}
</style>
background-color css
<style>
a { background-color: #FFBE63; }
a { background-color: rgb(255,190,99); }
div.DivClassName
{
background-color: #FFBE63;
}
.BgClassName
{
background-color: #FFBE63;
}
</style>
border-color css
<style>
span { border-color: #FFBE63; }
span { border-color: rgb(255,190,99); }
td.TdClassName
{
border-color: #FFBE63;
}
.TagClassName
{
border-color: #FFBE63;
}
</style>