Shades of Grandis #FACA6E
Tints of Grandis #FACA6E
RGB
CMYK
RGB Variations
Color information
#FACA6E (or 0xFACA6E) is known color: Grandis. HEX triplet: FA, CA and 6E. RGB value is (250,202,110). Sum of RGB (Red+Green+Blue) = 250+202+110=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA6E is #053591. Grayscale: #CECECE. Windows color (decimal): -341394 or 7260922. OLE color: 7260922.
HSL color Cylindrical-coordinate representation of color #FACA6E: hue angle of 39.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FACA6E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 110 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.02 |
| HSL | 39.43º | 0.93% | 0.71% | - |
| HSV(B) | 39.43º | 0.56% | 0.98% | - |
| XYZ | 63.36 | 63.69 | 23.71 | - |
| YUV | 205.86 | 73.9 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 110 | 0 | 0.19 | 0.56 | 0.02 | 39.43 | 0.93 | 0.71 |
| Hex | FA | CA | 6E | 0 | 13 | 38 | 2 | 27 | 5D | 47 |
| Octal | 372 | 312 | 156 | 0 | 23 | 70 | 2 | 47 | 135 | 107 |
| Binary | 11111010 | 11001010 | 1101110 | 0 | 10011 | 111000 | 10 | 100111 | 1011101 | 1000111 |
Color Harmonies of #FACA6E
Complementary color
Monochromatic Colors of #FACA6E
Black with #FACA6E
Text Example
Text Example
White with #FACA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA6E; }
p { color: rgb(250,202,110); }
H1.HeaderClassName
{
color: #FACA6E;
}
.AnyTagClassName
{
color: #FACA6E;
}
</style>
background-color css
<style>
a { background-color: #FACA6E; }
a { background-color: rgb(250,202,110); }
div.DivClassName
{
background-color: #FACA6E;
}
.BgClassName
{
background-color: #FACA6E;
}
</style>
border-color css
<style>
span { border-color: #FACA6E; }
span { border-color: rgb(250,202,110); }
td.TdClassName
{
border-color: #FACA6E;
}
.TagClassName
{
border-color: #FACA6E;
}
</style>