Shades of Golden Tainoi #FFBE45
Tints of Golden Tainoi #FFBE45
RGB
CMYK
RGB Variations
Color information
#FFBE45 (or 0xFFBE45) is known color: Golden Tainoi. HEX triplet: FF, BE and 45. RGB value is (255,190,69). Sum of RGB (Red+Green+Blue) = 255+190+69=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE45 is #0041BA. Grayscale: #C4C4C4. Windows color (decimal): -16827 or 4570879. OLE color: 4570879.
HSL color Cylindrical-coordinate representation of color #FFBE45: hue angle of 39.03º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFBE45 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 69 | - |
| CMYK | 0 | 0.25 | 0.73 | 0 |
| HSL | 39.03º | 1% | 0.64% | - |
| HSV(B) | 39.03º | 0.73% | 1% | - |
| XYZ | 60.73 | 58.52 | 13.72 | - |
| YUV | 195.64 | 56.53 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 69 | 0 | 0.25 | 0.73 | 0 | 39.03 | 1 | 0.64 |
| Hex | FF | BE | 45 | 0 | 19 | 49 | 0 | 27 | 64 | 40 |
| Octal | 377 | 276 | 105 | 0 | 31 | 111 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 10111110 | 1000101 | 0 | 11001 | 1001001 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFBE45
Complementary color
Monochromatic Colors of #FFBE45
Black with #FFBE45
Text Example
Text Example
White with #FFBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE45; }
p { color: rgb(255,190,69); }
H1.HeaderClassName
{
color: #FFBE45;
}
.AnyTagClassName
{
color: #FFBE45;
}
</style>
background-color css
<style>
a { background-color: #FFBE45; }
a { background-color: rgb(255,190,69); }
div.DivClassName
{
background-color: #FFBE45;
}
.BgClassName
{
background-color: #FFBE45;
}
</style>
border-color css
<style>
span { border-color: #FFBE45; }
span { border-color: rgb(255,190,69); }
td.TdClassName
{
border-color: #FFBE45;
}
.TagClassName
{
border-color: #FFBE45;
}
</style>