Shades of Grandis #FACA6F
Tints of Grandis #FACA6F
RGB
CMYK
RGB Variations
Color information
#FACA6F (or 0xFACA6F) is known color: Grandis. HEX triplet: FA, CA and 6F. RGB value is (250,202,111). Sum of RGB (Red+Green+Blue) = 250+202+111=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA6F is #053590. Grayscale: #CECECE. Windows color (decimal): -341393 or 7326458. OLE color: 7326458.
HSL color Cylindrical-coordinate representation of color #FACA6F: hue angle of 39.28º 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 #FACA6F is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 111 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.02 |
| HSL | 39.28º | 0.93% | 0.71% | - |
| HSV(B) | 39.28º | 0.56% | 0.98% | - |
| XYZ | 63.41 | 63.71 | 23.99 | - |
| YUV | 205.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 111 | 0 | 0.19 | 0.56 | 0.02 | 39.28 | 0.93 | 0.71 |
| Hex | FA | CA | 6F | 0 | 13 | 38 | 2 | 27 | 5D | 47 |
| Octal | 372 | 312 | 157 | 0 | 23 | 70 | 2 | 47 | 135 | 107 |
| Binary | 11111010 | 11001010 | 1101111 | 0 | 10011 | 111000 | 10 | 100111 | 1011101 | 1000111 |
Color Harmonies of #FACA6F
Complementary color
Monochromatic Colors of #FACA6F
Black with #FACA6F
Text Example
Text Example
White with #FACA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA6F; }
p { color: rgb(250,202,111); }
H1.HeaderClassName
{
color: #FACA6F;
}
.AnyTagClassName
{
color: #FACA6F;
}
</style>
background-color css
<style>
a { background-color: #FACA6F; }
a { background-color: rgb(250,202,111); }
div.DivClassName
{
background-color: #FACA6F;
}
.BgClassName
{
background-color: #FACA6F;
}
</style>
border-color css
<style>
span { border-color: #FACA6F; }
span { border-color: rgb(250,202,111); }
td.TdClassName
{
border-color: #FACA6F;
}
.TagClassName
{
border-color: #FACA6F;
}
</style>