Shades of Golden Tainoi #FFBF60
Tints of Golden Tainoi #FFBF60
RGB
CMYK
RGB Variations
Color information
#FFBF60 (or 0xFFBF60) is known color: Golden Tainoi. HEX triplet: FF, BF and 60. RGB value is (255,191,96). Sum of RGB (Red+Green+Blue) = 255+191+96=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBF60 is #00409F. Grayscale: #C7C7C7. Windows color (decimal): -16544 or 6340607. OLE color: 6340607.
HSL color Cylindrical-coordinate representation of color #FFBF60: hue angle of 35.85º 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 #FFBF60 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 96 | - |
| CMYK | 0 | 0.25 | 0.62 | 0 |
| HSL | 35.85º | 1% | 0.69% | - |
| HSV(B) | 35.85º | 0.62% | 1% | - |
| XYZ | 61.98 | 59.37 | 19.26 | - |
| YUV | 199.31 | 69.7 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 96 | 0 | 0.25 | 0.62 | 0 | 35.85 | 1 | 0.69 |
| Hex | FF | BF | 60 | 0 | 19 | 3E | 0 | 24 | 64 | 45 |
| Octal | 377 | 277 | 140 | 0 | 31 | 76 | 0 | 44 | 144 | 105 |
| Binary | 11111111 | 10111111 | 1100000 | 0 | 11001 | 111110 | 0 | 100100 | 1100100 | 1000101 |
Color Harmonies of #FFBF60
Complementary color
Monochromatic Colors of #FFBF60
Black with #FFBF60
Text Example
Text Example
White with #FFBF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF60; }
p { color: rgb(255,191,96); }
H1.HeaderClassName
{
color: #FFBF60;
}
.AnyTagClassName
{
color: #FFBF60;
}
</style>
background-color css
<style>
a { background-color: #FFBF60; }
a { background-color: rgb(255,191,96); }
div.DivClassName
{
background-color: #FFBF60;
}
.BgClassName
{
background-color: #FFBF60;
}
</style>
border-color css
<style>
span { border-color: #FFBF60; }
span { border-color: rgb(255,191,96); }
td.TdClassName
{
border-color: #FFBF60;
}
.TagClassName
{
border-color: #FFBF60;
}
</style>