Shades of Golden Tainoi #FAC25B
Tints of Golden Tainoi #FAC25B
RGB
CMYK
RGB Variations
Color information
#FAC25B (or 0xFAC25B) is known color: Golden Tainoi. HEX triplet: FA, C2 and 5B. RGB value is (250,194,91). Sum of RGB (Red+Green+Blue) = 250+194+91=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC25B is #053DA4. Grayscale: #C7C7C7. Windows color (decimal): -343461 or 6013690. OLE color: 6013690.
HSL color Cylindrical-coordinate representation of color #FAC25B: hue angle of 38.87º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAC25B is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 91 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.02 |
| HSL | 38.87º | 0.94% | 0.67% | - |
| HSV(B) | 38.87º | 0.64% | 0.98% | - |
| XYZ | 60.6 | 59.66 | 18.22 | - |
| YUV | 199 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 91 | 0 | 0.22 | 0.64 | 0.02 | 38.87 | 0.94 | 0.67 |
| Hex | FA | C2 | 5B | 0 | 16 | 40 | 2 | 27 | 5E | 43 |
| Octal | 372 | 302 | 133 | 0 | 26 | 100 | 2 | 47 | 136 | 103 |
| Binary | 11111010 | 11000010 | 1011011 | 0 | 10110 | 1000000 | 10 | 100111 | 1011110 | 1000011 |
Color Harmonies of #FAC25B
Complementary color
Monochromatic Colors of #FAC25B
Black with #FAC25B
Text Example
Text Example
White with #FAC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC25B; }
p { color: rgb(250,194,91); }
H1.HeaderClassName
{
color: #FAC25B;
}
.AnyTagClassName
{
color: #FAC25B;
}
</style>
background-color css
<style>
a { background-color: #FAC25B; }
a { background-color: rgb(250,194,91); }
div.DivClassName
{
background-color: #FAC25B;
}
.BgClassName
{
background-color: #FAC25B;
}
</style>
border-color css
<style>
span { border-color: #FAC25B; }
span { border-color: rgb(250,194,91); }
td.TdClassName
{
border-color: #FAC25B;
}
.TagClassName
{
border-color: #FAC25B;
}
</style>