Shades of Golden Tainoi #FFBC4B
Tints of Golden Tainoi #FFBC4B
RGB
CMYK
RGB Variations
Color information
#FFBC4B (or 0xFFBC4B) is known color: Golden Tainoi. HEX triplet: FF, BC and 4B. RGB value is (255,188,75). Sum of RGB (Red+Green+Blue) = 255+188+75=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC4B is #0043B4. Grayscale: #C3C3C3. Windows color (decimal): -17333 or 4963583. OLE color: 4963583.
HSL color Cylindrical-coordinate representation of color #FFBC4B: hue angle of 37.67º 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 #FFBC4B is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 75 | - |
| CMYK | 0 | 0.26 | 0.71 | 0 |
| HSL | 37.67º | 1% | 0.65% | - |
| HSV(B) | 37.67º | 0.71% | 1% | - |
| XYZ | 60.49 | 57.73 | 14.61 | - |
| YUV | 195.15 | 60.2 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 75 | 0 | 0.26 | 0.71 | 0 | 37.67 | 1 | 0.65 |
| Hex | FF | BC | 4B | 0 | 1A | 47 | 0 | 26 | 64 | 41 |
| Octal | 377 | 274 | 113 | 0 | 32 | 107 | 0 | 46 | 144 | 101 |
| Binary | 11111111 | 10111100 | 1001011 | 0 | 11010 | 1000111 | 0 | 100110 | 1100100 | 1000001 |
Color Harmonies of #FFBC4B
Complementary color
Monochromatic Colors of #FFBC4B
Black with #FFBC4B
Text Example
Text Example
White with #FFBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC4B; }
p { color: rgb(255,188,75); }
H1.HeaderClassName
{
color: #FFBC4B;
}
.AnyTagClassName
{
color: #FFBC4B;
}
</style>
background-color css
<style>
a { background-color: #FFBC4B; }
a { background-color: rgb(255,188,75); }
div.DivClassName
{
background-color: #FFBC4B;
}
.BgClassName
{
background-color: #FFBC4B;
}
</style>
border-color css
<style>
span { border-color: #FFBC4B; }
span { border-color: rgb(255,188,75); }
td.TdClassName
{
border-color: #FFBC4B;
}
.TagClassName
{
border-color: #FFBC4B;
}
</style>