Shades of Golden Tainoi #FAC648
Tints of Golden Tainoi #FAC648
RGB
CMYK
RGB Variations
Color information
#FAC648 (or 0xFAC648) is known color: Golden Tainoi. HEX triplet: FA, C6 and 48. RGB value is (250,198,72). Sum of RGB (Red+Green+Blue) = 250+198+72=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC648 is #0539B7. Grayscale: #C7C7C7. Windows color (decimal): -342456 or 4769530. OLE color: 4769530.
HSL color Cylindrical-coordinate representation of color #FAC648: hue angle of 42.47º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAC648 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 72 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.02 |
| HSL | 42.47º | 0.95% | 0.63% | - |
| HSV(B) | 42.47º | 0.71% | 0.98% | - |
| XYZ | 60.79 | 61.18 | 14.74 | - |
| YUV | 199.18 | 56.23 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 72 | 0 | 0.21 | 0.71 | 0.02 | 42.47 | 0.95 | 0.63 |
| Hex | FA | C6 | 48 | 0 | 15 | 47 | 2 | 2A | 5F | 3F |
| Octal | 372 | 306 | 110 | 0 | 25 | 107 | 2 | 52 | 137 | 77 |
| Binary | 11111010 | 11000110 | 1001000 | 0 | 10101 | 1000111 | 10 | 101010 | 1011111 | 111111 |
Color Harmonies of #FAC648
Complementary color
Monochromatic Colors of #FAC648
Black with #FAC648
Text Example
Text Example
White with #FAC648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC648; }
p { color: rgb(250,198,72); }
H1.HeaderClassName
{
color: #FAC648;
}
.AnyTagClassName
{
color: #FAC648;
}
</style>
background-color css
<style>
a { background-color: #FAC648; }
a { background-color: rgb(250,198,72); }
div.DivClassName
{
background-color: #FAC648;
}
.BgClassName
{
background-color: #FAC648;
}
</style>
border-color css
<style>
span { border-color: #FAC648; }
span { border-color: rgb(250,198,72); }
td.TdClassName
{
border-color: #FAC648;
}
.TagClassName
{
border-color: #FAC648;
}
</style>