Shades of Golden Tainoi #FFBF48
Tints of Golden Tainoi #FFBF48
RGB
CMYK
RGB Variations
Color information
#FFBF48 (or 0xFFBF48) is known color: Golden Tainoi. HEX triplet: FF, BF and 48. RGB value is (255,191,72). Sum of RGB (Red+Green+Blue) = 255+191+72=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF48 is #0040B7. Grayscale: #C5C5C5. Windows color (decimal): -16568 or 4767743. OLE color: 4767743.
HSL color Cylindrical-coordinate representation of color #FFBF48: hue angle of 39.02º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFBF48 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 72 | - |
| CMYK | 0 | 0.25 | 0.72 | 0 |
| HSL | 39.02º | 1% | 0.64% | - |
| HSV(B) | 39.02º | 0.72% | 1% | - |
| XYZ | 61.04 | 58.99 | 14.3 | - |
| YUV | 196.57 | 57.7 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 72 | 0 | 0.25 | 0.72 | 0 | 39.02 | 1 | 0.64 |
| Hex | FF | BF | 48 | 0 | 19 | 48 | 0 | 27 | 64 | 40 |
| Octal | 377 | 277 | 110 | 0 | 31 | 110 | 0 | 47 | 144 | 100 |
| Binary | 11111111 | 10111111 | 1001000 | 0 | 11001 | 1001000 | 0 | 100111 | 1100100 | 1000000 |
Color Harmonies of #FFBF48
Complementary color
Monochromatic Colors of #FFBF48
Black with #FFBF48
Text Example
Text Example
White with #FFBF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF48; }
p { color: rgb(255,191,72); }
H1.HeaderClassName
{
color: #FFBF48;
}
.AnyTagClassName
{
color: #FFBF48;
}
</style>
background-color css
<style>
a { background-color: #FFBF48; }
a { background-color: rgb(255,191,72); }
div.DivClassName
{
background-color: #FFBF48;
}
.BgClassName
{
background-color: #FFBF48;
}
</style>
border-color css
<style>
span { border-color: #FFBF48; }
span { border-color: rgb(255,191,72); }
td.TdClassName
{
border-color: #FFBF48;
}
.TagClassName
{
border-color: #FFBF48;
}
</style>