Shades of Golden Tainoi #FFBD52
Tints of Golden Tainoi #FFBD52
RGB
CMYK
RGB Variations
Color information
#FFBD52 (or 0xFFBD52) is known color: Golden Tainoi. HEX triplet: FF, BD and 52. RGB value is (255,189,82). Sum of RGB (Red+Green+Blue) = 255+189+82=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD52 is #0042AD. Grayscale: #C5C5C5. Windows color (decimal): -17070 or 5422591. OLE color: 5422591.
HSL color Cylindrical-coordinate representation of color #FFBD52: hue angle of 37.11º 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 #FFBD52 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 82 | - |
| CMYK | 0 | 0.26 | 0.68 | 0 |
| HSL | 37.11º | 1% | 0.66% | - |
| HSV(B) | 37.11º | 0.68% | 1% | - |
| XYZ | 60.96 | 58.26 | 16.02 | - |
| YUV | 196.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 82 | 0 | 0.26 | 0.68 | 0 | 37.11 | 1 | 0.66 |
| Hex | FF | BD | 52 | 0 | 1A | 44 | 0 | 25 | 64 | 42 |
| Octal | 377 | 275 | 122 | 0 | 32 | 104 | 0 | 45 | 144 | 102 |
| Binary | 11111111 | 10111101 | 1010010 | 0 | 11010 | 1000100 | 0 | 100101 | 1100100 | 1000010 |
Color Harmonies of #FFBD52
Complementary color
Monochromatic Colors of #FFBD52
Black with #FFBD52
Text Example
Text Example
White with #FFBD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD52; }
p { color: rgb(255,189,82); }
H1.HeaderClassName
{
color: #FFBD52;
}
.AnyTagClassName
{
color: #FFBD52;
}
</style>
background-color css
<style>
a { background-color: #FFBD52; }
a { background-color: rgb(255,189,82); }
div.DivClassName
{
background-color: #FFBD52;
}
.BgClassName
{
background-color: #FFBD52;
}
</style>
border-color css
<style>
span { border-color: #FFBD52; }
span { border-color: rgb(255,189,82); }
td.TdClassName
{
border-color: #FFBD52;
}
.TagClassName
{
border-color: #FFBD52;
}
</style>