Shades of Golden Tainoi #FFBF52
Tints of Golden Tainoi #FFBF52
RGB
CMYK
RGB Variations
Color information
#FFBF52 (or 0xFFBF52) is known color: Golden Tainoi. HEX triplet: FF, BF and 52. RGB value is (255,191,82). Sum of RGB (Red+Green+Blue) = 255+191+82=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 82 (32.42% from 255 or 15.53% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF52 is #0040AD. Grayscale: #C6C6C6. Windows color (decimal): -16558 or 5423103. OLE color: 5423103.
HSL color Cylindrical-coordinate representation of color #FFBF52: hue angle of 37.8º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFBF52 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 82 | - |
| CMYK | 0 | 0.25 | 0.68 | 0 |
| HSL | 37.8º | 1% | 0.66% | - |
| HSV(B) | 37.8º | 0.68% | 1% | - |
| XYZ | 61.39 | 59.13 | 16.16 | - |
| YUV | 197.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 82 | 0 | 0.25 | 0.68 | 0 | 37.8 | 1 | 0.66 |
| Hex | FF | BF | 52 | 0 | 19 | 44 | 0 | 26 | 64 | 42 |
| Octal | 377 | 277 | 122 | 0 | 31 | 104 | 0 | 46 | 144 | 102 |
| Binary | 11111111 | 10111111 | 1010010 | 0 | 11001 | 1000100 | 0 | 100110 | 1100100 | 1000010 |
Color Harmonies of #FFBF52
Complementary color
Monochromatic Colors of #FFBF52
Black with #FFBF52
Text Example
Text Example
White with #FFBF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF52; }
p { color: rgb(255,191,82); }
H1.HeaderClassName
{
color: #FFBF52;
}
.AnyTagClassName
{
color: #FFBF52;
}
</style>
background-color css
<style>
a { background-color: #FFBF52; }
a { background-color: rgb(255,191,82); }
div.DivClassName
{
background-color: #FFBF52;
}
.BgClassName
{
background-color: #FFBF52;
}
</style>
border-color css
<style>
span { border-color: #FFBF52; }
span { border-color: rgb(255,191,82); }
td.TdClassName
{
border-color: #FFBF52;
}
.TagClassName
{
border-color: #FFBF52;
}
</style>