Shades of Golden Tainoi #FFBE5C
Tints of Golden Tainoi #FFBE5C
RGB
CMYK
RGB Variations
Color information
#FFBE5C (or 0xFFBE5C) is known color: Golden Tainoi. HEX triplet: FF, BE and 5C. RGB value is (255,190,92). Sum of RGB (Red+Green+Blue) = 255+190+92=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBE5C is #0041A3. Grayscale: #C6C6C6. Windows color (decimal): -16804 or 6078207. OLE color: 6078207.
HSL color Cylindrical-coordinate representation of color #FFBE5C: hue angle of 36.07º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFBE5C is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 92 | - |
| CMYK | 0 | 0.25 | 0.64 | 0 |
| HSL | 36.07º | 1% | 0.68% | - |
| HSV(B) | 36.07º | 0.64% | 1% | - |
| XYZ | 61.59 | 58.86 | 18.24 | - |
| YUV | 198.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 92 | 0 | 0.25 | 0.64 | 0 | 36.07 | 1 | 0.68 |
| Hex | FF | BE | 5C | 0 | 19 | 40 | 0 | 24 | 64 | 44 |
| Octal | 377 | 276 | 134 | 0 | 31 | 100 | 0 | 44 | 144 | 104 |
| Binary | 11111111 | 10111110 | 1011100 | 0 | 11001 | 1000000 | 0 | 100100 | 1100100 | 1000100 |
Color Harmonies of #FFBE5C
Complementary color
Monochromatic Colors of #FFBE5C
Black with #FFBE5C
Text Example
Text Example
White with #FFBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE5C; }
p { color: rgb(255,190,92); }
H1.HeaderClassName
{
color: #FFBE5C;
}
.AnyTagClassName
{
color: #FFBE5C;
}
</style>
background-color css
<style>
a { background-color: #FFBE5C; }
a { background-color: rgb(255,190,92); }
div.DivClassName
{
background-color: #FFBE5C;
}
.BgClassName
{
background-color: #FFBE5C;
}
</style>
border-color css
<style>
span { border-color: #FFBE5C; }
span { border-color: rgb(255,190,92); }
td.TdClassName
{
border-color: #FFBE5C;
}
.TagClassName
{
border-color: #FFBE5C;
}
</style>