Shades of Golden Tainoi #FFBB4F
Tints of Golden Tainoi #FFBB4F
RGB
CMYK
RGB Variations
Color information
#FFBB4F (or 0xFFBB4F) is known color: Golden Tainoi. HEX triplet: FF, BB and 4F. RGB value is (255,187,79). Sum of RGB (Red+Green+Blue) = 255+187+79=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 79 (31.25% from 255 or 15.16% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB4F is #0044B0. Grayscale: #C3C3C3. Windows color (decimal): -17585 or 5225471. OLE color: 5225471.
HSL color Cylindrical-coordinate representation of color #FFBB4F: hue angle of 36.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFBB4F is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 79 | - |
| CMYK | 0 | 0.27 | 0.69 | 0 |
| HSL | 36.82º | 1% | 0.65% | - |
| HSV(B) | 36.82º | 0.69% | 1% | - |
| XYZ | 60.42 | 57.37 | 15.29 | - |
| YUV | 195.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 79 | 0 | 0.27 | 0.69 | 0 | 36.82 | 1 | 0.65 |
| Hex | FF | BB | 4F | 0 | 1B | 45 | 0 | 25 | 64 | 41 |
| Octal | 377 | 273 | 117 | 0 | 33 | 105 | 0 | 45 | 144 | 101 |
| Binary | 11111111 | 10111011 | 1001111 | 0 | 11011 | 1000101 | 0 | 100101 | 1100100 | 1000001 |
Color Harmonies of #FFBB4F
Complementary color
Monochromatic Colors of #FFBB4F
Black with #FFBB4F
Text Example
Text Example
White with #FFBB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB4F; }
p { color: rgb(255,187,79); }
H1.HeaderClassName
{
color: #FFBB4F;
}
.AnyTagClassName
{
color: #FFBB4F;
}
</style>
background-color css
<style>
a { background-color: #FFBB4F; }
a { background-color: rgb(255,187,79); }
div.DivClassName
{
background-color: #FFBB4F;
}
.BgClassName
{
background-color: #FFBB4F;
}
</style>
border-color css
<style>
span { border-color: #FFBB4F; }
span { border-color: rgb(255,187,79); }
td.TdClassName
{
border-color: #FFBB4F;
}
.TagClassName
{
border-color: #FFBB4F;
}
</style>