Shades of Golden Tainoi #FFBD60
Tints of Golden Tainoi #FFBD60
RGB
CMYK
RGB Variations
Color information
#FFBD60 (or 0xFFBD60) is known color: Golden Tainoi. HEX triplet: FF, BD and 60. RGB value is (255,189,96). Sum of RGB (Red+Green+Blue) = 255+189+96=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBD60 is #00429F. Grayscale: #C6C6C6. Windows color (decimal): -17056 or 6340095. OLE color: 6340095.
HSL color Cylindrical-coordinate representation of color #FFBD60: hue angle of 35.09º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFBD60 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 96 | - |
| CMYK | 0 | 0.26 | 0.62 | 0 |
| HSL | 35.09º | 1% | 0.69% | - |
| HSV(B) | 35.09º | 0.62% | 1% | - |
| XYZ | 61.55 | 58.5 | 19.11 | - |
| YUV | 198.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 96 | 0 | 0.26 | 0.62 | 0 | 35.09 | 1 | 0.69 |
| Hex | FF | BD | 60 | 0 | 1A | 3E | 0 | 23 | 64 | 45 |
| Octal | 377 | 275 | 140 | 0 | 32 | 76 | 0 | 43 | 144 | 105 |
| Binary | 11111111 | 10111101 | 1100000 | 0 | 11010 | 111110 | 0 | 100011 | 1100100 | 1000101 |
Color Harmonies of #FFBD60
Complementary color
Monochromatic Colors of #FFBD60
Black with #FFBD60
Text Example
Text Example
White with #FFBD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD60; }
p { color: rgb(255,189,96); }
H1.HeaderClassName
{
color: #FFBD60;
}
.AnyTagClassName
{
color: #FFBD60;
}
</style>
background-color css
<style>
a { background-color: #FFBD60; }
a { background-color: rgb(255,189,96); }
div.DivClassName
{
background-color: #FFBD60;
}
.BgClassName
{
background-color: #FFBD60;
}
</style>
border-color css
<style>
span { border-color: #FFBD60; }
span { border-color: rgb(255,189,96); }
td.TdClassName
{
border-color: #FFBD60;
}
.TagClassName
{
border-color: #FFBD60;
}
</style>