Shades of Grandis #FACE6A
Tints of Grandis #FACE6A
RGB
CMYK
RGB Variations
Color information
#FACE6A (or 0xFACE6A) is known color: Grandis. HEX triplet: FA, CE and 6A. RGB value is (250,206,106). Sum of RGB (Red+Green+Blue) = 250+206+106=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE6A is #053195. Grayscale: #D0D0D0. Windows color (decimal): -340374 or 6999802. OLE color: 6999802.
HSL color Cylindrical-coordinate representation of color #FACE6A: hue angle of 41.67º 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 #FACE6A is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 106 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.02 |
| HSL | 41.67º | 0.94% | 0.7% | - |
| HSV(B) | 41.67º | 0.58% | 0.98% | - |
| XYZ | 64.1 | 65.51 | 22.9 | - |
| YUV | 207.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 106 | 0 | 0.18 | 0.58 | 0.02 | 41.67 | 0.94 | 0.7 |
| Hex | FA | CE | 6A | 0 | 12 | 3A | 2 | 2A | 5E | 46 |
| Octal | 372 | 316 | 152 | 0 | 22 | 72 | 2 | 52 | 136 | 106 |
| Binary | 11111010 | 11001110 | 1101010 | 0 | 10010 | 111010 | 10 | 101010 | 1011110 | 1000110 |
Color Harmonies of #FACE6A
Complementary color
Monochromatic Colors of #FACE6A
Black with #FACE6A
Text Example
Text Example
White with #FACE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE6A; }
p { color: rgb(250,206,106); }
H1.HeaderClassName
{
color: #FACE6A;
}
.AnyTagClassName
{
color: #FACE6A;
}
</style>
background-color css
<style>
a { background-color: #FACE6A; }
a { background-color: rgb(250,206,106); }
div.DivClassName
{
background-color: #FACE6A;
}
.BgClassName
{
background-color: #FACE6A;
}
</style>
border-color css
<style>
span { border-color: #FACE6A; }
span { border-color: rgb(250,206,106); }
td.TdClassName
{
border-color: #FACE6A;
}
.TagClassName
{
border-color: #FACE6A;
}
</style>