Shades of Golden Tainoi #FFBD4B
Tints of Golden Tainoi #FFBD4B
RGB
CMYK
RGB Variations
Color information
#FFBD4B (or 0xFFBD4B) is known color: Golden Tainoi. HEX triplet: FF, BD and 4B. RGB value is (255,189,75). Sum of RGB (Red+Green+Blue) = 255+189+75=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD4B is #0042B4. Grayscale: #C4C4C4. Windows color (decimal): -17077 or 4963839. OLE color: 4963839.
HSL color Cylindrical-coordinate representation of color #FFBD4B: hue angle of 38º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFBD4B is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 75 | - |
| CMYK | 0 | 0.26 | 0.71 | 0 |
| HSL | 38º | 1% | 0.65% | - |
| HSV(B) | 38º | 0.71% | 1% | - |
| XYZ | 60.71 | 58.16 | 14.68 | - |
| YUV | 195.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 75 | 0 | 0.26 | 0.71 | 0 | 38 | 1 | 0.65 |
| Hex | FF | BD | 4B | 0 | 1A | 47 | 0 | 26 | 64 | 41 |
| Octal | 377 | 275 | 113 | 0 | 32 | 107 | 0 | 46 | 144 | 101 |
| Binary | 11111111 | 10111101 | 1001011 | 0 | 11010 | 1000111 | 0 | 100110 | 1100100 | 1000001 |
Color Harmonies of #FFBD4B
Complementary color
Monochromatic Colors of #FFBD4B
Black with #FFBD4B
Text Example
Text Example
White with #FFBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD4B; }
p { color: rgb(255,189,75); }
H1.HeaderClassName
{
color: #FFBD4B;
}
.AnyTagClassName
{
color: #FFBD4B;
}
</style>
background-color css
<style>
a { background-color: #FFBD4B; }
a { background-color: rgb(255,189,75); }
div.DivClassName
{
background-color: #FFBD4B;
}
.BgClassName
{
background-color: #FFBD4B;
}
</style>
border-color css
<style>
span { border-color: #FFBD4B; }
span { border-color: rgb(255,189,75); }
td.TdClassName
{
border-color: #FFBD4B;
}
.TagClassName
{
border-color: #FFBD4B;
}
</style>