Shades of Grandis #FACB6A
Tints of Grandis #FACB6A
RGB
CMYK
RGB Variations
Color information
#FACB6A (or 0xFACB6A) is known color: Grandis. HEX triplet: FA, CB and 6A. RGB value is (250,203,106). Sum of RGB (Red+Green+Blue) = 250+203+106=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB6A is #053495. Grayscale: #CECECE. Windows color (decimal): -341142 or 6999034. OLE color: 6999034.
HSL color Cylindrical-coordinate representation of color #FACB6A: hue angle of 40.42º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FACB6A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 106 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.02 |
| HSL | 40.42º | 0.94% | 0.7% | - |
| HSV(B) | 40.42º | 0.58% | 0.98% | - |
| XYZ | 63.38 | 64.08 | 22.66 | - |
| YUV | 206 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 106 | 0 | 0.19 | 0.58 | 0.02 | 40.42 | 0.94 | 0.7 |
| Hex | FA | CB | 6A | 0 | 13 | 3A | 2 | 28 | 5E | 46 |
| Octal | 372 | 313 | 152 | 0 | 23 | 72 | 2 | 50 | 136 | 106 |
| Binary | 11111010 | 11001011 | 1101010 | 0 | 10011 | 111010 | 10 | 101000 | 1011110 | 1000110 |
Color Harmonies of #FACB6A
Complementary color
Monochromatic Colors of #FACB6A
Black with #FACB6A
Text Example
Text Example
White with #FACB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB6A; }
p { color: rgb(250,203,106); }
H1.HeaderClassName
{
color: #FACB6A;
}
.AnyTagClassName
{
color: #FACB6A;
}
</style>
background-color css
<style>
a { background-color: #FACB6A; }
a { background-color: rgb(250,203,106); }
div.DivClassName
{
background-color: #FACB6A;
}
.BgClassName
{
background-color: #FACB6A;
}
</style>
border-color css
<style>
span { border-color: #FACB6A; }
span { border-color: rgb(250,203,106); }
td.TdClassName
{
border-color: #FACB6A;
}
.TagClassName
{
border-color: #FACB6A;
}
</style>