Shades of Golden Tainoi #FFBE44
Tints of Golden Tainoi #FFBE44
RGB
CMYK
RGB Variations
Color information
#FFBE44 (or 0xFFBE44) is known color: Golden Tainoi. HEX triplet: FF, BE and 44. RGB value is (255,190,68). Sum of RGB (Red+Green+Blue) = 255+190+68=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 68 (26.95% from 255 or 13.26% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE44 is #0041BB. Grayscale: #C4C4C4. Windows color (decimal): -16828 or 4505343. OLE color: 4505343.
HSL color Cylindrical-coordinate representation of color #FFBE44: hue angle of 39.14º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFBE44 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 68 | - |
| CMYK | 0 | 0.25 | 0.73 | 0 |
| HSL | 39.14º | 1% | 0.63% | - |
| HSV(B) | 39.14º | 0.73% | 1% | - |
| XYZ | 60.7 | 58.5 | 13.56 | - |
| YUV | 195.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 68 | 0 | 0.25 | 0.73 | 0 | 39.14 | 1 | 0.63 |
| Hex | FF | BE | 44 | 0 | 19 | 49 | 0 | 27 | 64 | 3F |
| Octal | 377 | 276 | 104 | 0 | 31 | 111 | 0 | 47 | 144 | 77 |
| Binary | 11111111 | 10111110 | 1000100 | 0 | 11001 | 1001001 | 0 | 100111 | 1100100 | 111111 |
Color Harmonies of #FFBE44
Complementary color
Monochromatic Colors of #FFBE44
Black with #FFBE44
Text Example
Text Example
White with #FFBE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE44; }
p { color: rgb(255,190,68); }
H1.HeaderClassName
{
color: #FFBE44;
}
.AnyTagClassName
{
color: #FFBE44;
}
</style>
background-color css
<style>
a { background-color: #FFBE44; }
a { background-color: rgb(255,190,68); }
div.DivClassName
{
background-color: #FFBE44;
}
.BgClassName
{
background-color: #FFBE44;
}
</style>
border-color css
<style>
span { border-color: #FFBE44; }
span { border-color: rgb(255,190,68); }
td.TdClassName
{
border-color: #FFBE44;
}
.TagClassName
{
border-color: #FFBE44;
}
</style>