Shades of Golden Tainoi #FFBE4F
Tints of Golden Tainoi #FFBE4F
RGB
CMYK
RGB Variations
Color information
#FFBE4F (or 0xFFBE4F) is known color: Golden Tainoi. HEX triplet: FF, BE and 4F. RGB value is (255,190,79). Sum of RGB (Red+Green+Blue) = 255+190+79=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE4F is #0041B0. Grayscale: #C5C5C5. Windows color (decimal): -16817 or 5226239. OLE color: 5226239.
HSL color Cylindrical-coordinate representation of color #FFBE4F: hue angle of 37.84º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFBE4F is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 79 | - |
| CMYK | 0 | 0.25 | 0.69 | 0 |
| HSL | 37.84º | 1% | 0.65% | - |
| HSV(B) | 37.84º | 0.69% | 1% | - |
| XYZ | 61.06 | 58.65 | 15.5 | - |
| YUV | 196.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 79 | 0 | 0.25 | 0.69 | 0 | 37.84 | 1 | 0.65 |
| Hex | FF | BE | 4F | 0 | 19 | 45 | 0 | 26 | 64 | 41 |
| Octal | 377 | 276 | 117 | 0 | 31 | 105 | 0 | 46 | 144 | 101 |
| Binary | 11111111 | 10111110 | 1001111 | 0 | 11001 | 1000101 | 0 | 100110 | 1100100 | 1000001 |
Color Harmonies of #FFBE4F
Complementary color
Monochromatic Colors of #FFBE4F
Black with #FFBE4F
Text Example
Text Example
White with #FFBE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE4F; }
p { color: rgb(255,190,79); }
H1.HeaderClassName
{
color: #FFBE4F;
}
.AnyTagClassName
{
color: #FFBE4F;
}
</style>
background-color css
<style>
a { background-color: #FFBE4F; }
a { background-color: rgb(255,190,79); }
div.DivClassName
{
background-color: #FFBE4F;
}
.BgClassName
{
background-color: #FFBE4F;
}
</style>
border-color css
<style>
span { border-color: #FFBE4F; }
span { border-color: rgb(255,190,79); }
td.TdClassName
{
border-color: #FFBE4F;
}
.TagClassName
{
border-color: #FFBE4F;
}
</style>