Shades of Golden Tainoi #F6BD5A
Tints of Golden Tainoi #F6BD5A
RGB
CMYK
RGB Variations
Color information
#F6BD5A (or 0xF6BD5A) is known color: Golden Tainoi. HEX triplet: F6, BD and 5A. RGB value is (246,189,90). Sum of RGB (Red+Green+Blue) = 246+189+90=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BD5A is #0942A5. Grayscale: #C3C3C3. Windows color (decimal): -606886 or 5946870. OLE color: 5946870.
HSL color Cylindrical-coordinate representation of color #F6BD5A: hue angle of 38.08º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6BD5A is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 90 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.04 |
| HSL | 38.08º | 0.9% | 0.66% | - |
| HSV(B) | 38.08º | 0.63% | 0.96% | - |
| XYZ | 58.05 | 56.73 | 17.56 | - |
| YUV | 194.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 90 | 0 | 0.23 | 0.63 | 0.04 | 38.08 | 0.9 | 0.66 |
| Hex | F6 | BD | 5A | 0 | 17 | 3F | 4 | 26 | 5A | 42 |
| Octal | 366 | 275 | 132 | 0 | 27 | 77 | 4 | 46 | 132 | 102 |
| Binary | 11110110 | 10111101 | 1011010 | 0 | 10111 | 111111 | 100 | 100110 | 1011010 | 1000010 |
Color Harmonies of #F6BD5A
Complementary color
Monochromatic Colors of #F6BD5A
Black with #F6BD5A
Text Example
Text Example
White with #F6BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BD5A; }
p { color: rgb(246,189,90); }
H1.HeaderClassName
{
color: #F6BD5A;
}
.AnyTagClassName
{
color: #F6BD5A;
}
</style>
background-color css
<style>
a { background-color: #F6BD5A; }
a { background-color: rgb(246,189,90); }
div.DivClassName
{
background-color: #F6BD5A;
}
.BgClassName
{
background-color: #F6BD5A;
}
</style>
border-color css
<style>
span { border-color: #F6BD5A; }
span { border-color: rgb(246,189,90); }
td.TdClassName
{
border-color: #F6BD5A;
}
.TagClassName
{
border-color: #F6BD5A;
}
</style>