Shades of Grandis #FAC66B
Tints of Grandis #FAC66B
RGB
CMYK
RGB Variations
Color information
#FAC66B (or 0xFAC66B) is known color: Grandis. HEX triplet: FA, C6 and 6B. RGB value is (250,198,107). Sum of RGB (Red+Green+Blue) = 250+198+107=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC66B is #053994. Grayscale: #CBCBCB. Windows color (decimal): -342421 or 7063290. OLE color: 7063290.
HSL color Cylindrical-coordinate representation of color #FAC66B: hue angle of 38.18º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAC66B is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 107 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.02 |
| HSL | 38.18º | 0.93% | 0.7% | - |
| HSV(B) | 38.18º | 0.57% | 0.98% | - |
| XYZ | 62.27 | 61.77 | 22.55 | - |
| YUV | 203.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 107 | 0 | 0.21 | 0.57 | 0.02 | 38.18 | 0.93 | 0.7 |
| Hex | FA | C6 | 6B | 0 | 15 | 39 | 2 | 26 | 5D | 46 |
| Octal | 372 | 306 | 153 | 0 | 25 | 71 | 2 | 46 | 135 | 106 |
| Binary | 11111010 | 11000110 | 1101011 | 0 | 10101 | 111001 | 10 | 100110 | 1011101 | 1000110 |
Color Harmonies of #FAC66B
Complementary color
Monochromatic Colors of #FAC66B
Black with #FAC66B
Text Example
Text Example
White with #FAC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC66B; }
p { color: rgb(250,198,107); }
H1.HeaderClassName
{
color: #FAC66B;
}
.AnyTagClassName
{
color: #FAC66B;
}
</style>
background-color css
<style>
a { background-color: #FAC66B; }
a { background-color: rgb(250,198,107); }
div.DivClassName
{
background-color: #FAC66B;
}
.BgClassName
{
background-color: #FAC66B;
}
</style>
border-color css
<style>
span { border-color: #FAC66B; }
span { border-color: rgb(250,198,107); }
td.TdClassName
{
border-color: #FAC66B;
}
.TagClassName
{
border-color: #FAC66B;
}
</style>