Shades of Golden Tainoi #FAC64B
Tints of Golden Tainoi #FAC64B
RGB
CMYK
RGB Variations
Color information
#FAC64B (or 0xFAC64B) is known color: Golden Tainoi. HEX triplet: FA, C6 and 4B. RGB value is (250,198,75). Sum of RGB (Red+Green+Blue) = 250+198+75=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC64B is #0539B4. Grayscale: #C8C8C8. Windows color (decimal): -342453 or 4966138. OLE color: 4966138.
HSL color Cylindrical-coordinate representation of color #FAC64B: hue angle of 42.17º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAC64B is Cyan = 0, Magento = 0.21, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 75 | - |
| CMYK | 0 | 0.21 | 0.7 | 0.02 |
| HSL | 42.17º | 0.95% | 0.64% | - |
| HSV(B) | 42.17º | 0.7% | 0.98% | - |
| XYZ | 60.89 | 61.22 | 15.26 | - |
| YUV | 199.53 | 57.73 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 75 | 0 | 0.21 | 0.7 | 0.02 | 42.17 | 0.95 | 0.64 |
| Hex | FA | C6 | 4B | 0 | 15 | 46 | 2 | 2A | 5F | 40 |
| Octal | 372 | 306 | 113 | 0 | 25 | 106 | 2 | 52 | 137 | 100 |
| Binary | 11111010 | 11000110 | 1001011 | 0 | 10101 | 1000110 | 10 | 101010 | 1011111 | 1000000 |
Color Harmonies of #FAC64B
Complementary color
Monochromatic Colors of #FAC64B
Black with #FAC64B
Text Example
Text Example
White with #FAC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC64B; }
p { color: rgb(250,198,75); }
H1.HeaderClassName
{
color: #FAC64B;
}
.AnyTagClassName
{
color: #FAC64B;
}
</style>
background-color css
<style>
a { background-color: #FAC64B; }
a { background-color: rgb(250,198,75); }
div.DivClassName
{
background-color: #FAC64B;
}
.BgClassName
{
background-color: #FAC64B;
}
</style>
border-color css
<style>
span { border-color: #FAC64B; }
span { border-color: rgb(250,198,75); }
td.TdClassName
{
border-color: #FAC64B;
}
.TagClassName
{
border-color: #FAC64B;
}
</style>