Shades of Grandis #FACA66
Tints of Grandis #FACA66
RGB
CMYK
RGB Variations
Color information
#FACA66 (or 0xFACA66) is known color: Grandis. HEX triplet: FA, CA and 66. RGB value is (250,202,102). Sum of RGB (Red+Green+Blue) = 250+202+102=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA66 is #053599. Grayscale: #CDCDCD. Windows color (decimal): -341402 or 6736634. OLE color: 6736634.
HSL color Cylindrical-coordinate representation of color #FACA66: hue angle of 40.54º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FACA66 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 102 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.02 |
| HSL | 40.54º | 0.94% | 0.69% | - |
| HSV(B) | 40.54º | 0.59% | 0.98% | - |
| XYZ | 62.94 | 63.52 | 21.51 | - |
| YUV | 204.95 | 69.9 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 102 | 0 | 0.19 | 0.59 | 0.02 | 40.54 | 0.94 | 0.69 |
| Hex | FA | CA | 66 | 0 | 13 | 3B | 2 | 29 | 5E | 45 |
| Octal | 372 | 312 | 146 | 0 | 23 | 73 | 2 | 51 | 136 | 105 |
| Binary | 11111010 | 11001010 | 1100110 | 0 | 10011 | 111011 | 10 | 101001 | 1011110 | 1000101 |
Color Harmonies of #FACA66
Complementary color
Monochromatic Colors of #FACA66
Black with #FACA66
Text Example
Text Example
White with #FACA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA66; }
p { color: rgb(250,202,102); }
H1.HeaderClassName
{
color: #FACA66;
}
.AnyTagClassName
{
color: #FACA66;
}
</style>
background-color css
<style>
a { background-color: #FACA66; }
a { background-color: rgb(250,202,102); }
div.DivClassName
{
background-color: #FACA66;
}
.BgClassName
{
background-color: #FACA66;
}
</style>
border-color css
<style>
span { border-color: #FACA66; }
span { border-color: rgb(250,202,102); }
td.TdClassName
{
border-color: #FACA66;
}
.TagClassName
{
border-color: #FACA66;
}
</style>