Shades of Grandis #FACE7A
Tints of Grandis #FACE7A
RGB
CMYK
RGB Variations
Color information
#FACE7A (or 0xFACE7A) is known color: Grandis. HEX triplet: FA, CE and 7A. RGB value is (250,206,122). Sum of RGB (Red+Green+Blue) = 250+206+122=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE7A is #053185. Grayscale: #D1D1D1. Windows color (decimal): -340358 or 8048378. OLE color: 8048378.
HSL color Cylindrical-coordinate representation of color #FACE7A: hue angle of 39.38º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FACE7A is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 122 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.02 |
| HSL | 39.38º | 0.93% | 0.73% | - |
| HSV(B) | 39.38º | 0.51% | 0.98% | - |
| XYZ | 65.01 | 65.87 | 27.7 | - |
| YUV | 209.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 122 | 0 | 0.18 | 0.51 | 0.02 | 39.38 | 0.93 | 0.73 |
| Hex | FA | CE | 7A | 0 | 12 | 33 | 2 | 27 | 5D | 49 |
| Octal | 372 | 316 | 172 | 0 | 22 | 63 | 2 | 47 | 135 | 111 |
| Binary | 11111010 | 11001110 | 1111010 | 0 | 10010 | 110011 | 10 | 100111 | 1011101 | 1001001 |
Color Harmonies of #FACE7A
Complementary color
Monochromatic Colors of #FACE7A
Black with #FACE7A
Text Example
Text Example
White with #FACE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE7A; }
p { color: rgb(250,206,122); }
H1.HeaderClassName
{
color: #FACE7A;
}
.AnyTagClassName
{
color: #FACE7A;
}
</style>
background-color css
<style>
a { background-color: #FACE7A; }
a { background-color: rgb(250,206,122); }
div.DivClassName
{
background-color: #FACE7A;
}
.BgClassName
{
background-color: #FACE7A;
}
</style>
border-color css
<style>
span { border-color: #FACE7A; }
span { border-color: rgb(250,206,122); }
td.TdClassName
{
border-color: #FACE7A;
}
.TagClassName
{
border-color: #FACE7A;
}
</style>