Shades of Golden Tainoi #FFBE62
Tints of Golden Tainoi #FFBE62
RGB
CMYK
RGB Variations
Color information
#FFBE62 (or 0xFFBE62) is known color: Golden Tainoi. HEX triplet: FF, BE and 62. RGB value is (255,190,98). Sum of RGB (Red+Green+Blue) = 255+190+98=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE62 is #00419D. Grayscale: #C7C7C7. Windows color (decimal): -16798 or 6471423. OLE color: 6471423.
HSL color Cylindrical-coordinate representation of color #FFBE62: hue angle of 35.16º 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 #FFBE62 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 98 | - |
| CMYK | 0 | 0.25 | 0.62 | 0 |
| HSL | 35.16º | 1% | 0.69% | - |
| HSV(B) | 35.16º | 0.62% | 1% | - |
| XYZ | 61.86 | 58.97 | 19.68 | - |
| YUV | 198.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 98 | 0 | 0.25 | 0.62 | 0 | 35.16 | 1 | 0.69 |
| Hex | FF | BE | 62 | 0 | 19 | 3E | 0 | 23 | 64 | 45 |
| Octal | 377 | 276 | 142 | 0 | 31 | 76 | 0 | 43 | 144 | 105 |
| Binary | 11111111 | 10111110 | 1100010 | 0 | 11001 | 111110 | 0 | 100011 | 1100100 | 1000101 |
Color Harmonies of #FFBE62
Complementary color
Monochromatic Colors of #FFBE62
Black with #FFBE62
Text Example
Text Example
White with #FFBE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE62; }
p { color: rgb(255,190,98); }
H1.HeaderClassName
{
color: #FFBE62;
}
.AnyTagClassName
{
color: #FFBE62;
}
</style>
background-color css
<style>
a { background-color: #FFBE62; }
a { background-color: rgb(255,190,98); }
div.DivClassName
{
background-color: #FFBE62;
}
.BgClassName
{
background-color: #FFBE62;
}
</style>
border-color css
<style>
span { border-color: #FFBE62; }
span { border-color: rgb(255,190,98); }
td.TdClassName
{
border-color: #FFBE62;
}
.TagClassName
{
border-color: #FFBE62;
}
</style>