Shades of Grandis #FAC36D
Tints of Grandis #FAC36D
RGB
CMYK
RGB Variations
Color information
#FAC36D (or 0xFAC36D) is known color: Grandis. HEX triplet: FA, C3 and 6D. RGB value is (250,195,109). Sum of RGB (Red+Green+Blue) = 250+195+109=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC36D is #053C92. Grayscale: #CACACA. Windows color (decimal): -343187 or 7193594. OLE color: 7193594.
HSL color Cylindrical-coordinate representation of color #FAC36D: hue angle of 36.6º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAC36D is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 109 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.02 |
| HSL | 36.6º | 0.93% | 0.7% | - |
| HSV(B) | 36.6º | 0.56% | 0.98% | - |
| XYZ | 61.7 | 60.46 | 22.89 | - |
| YUV | 201.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 109 | 0 | 0.22 | 0.56 | 0.02 | 36.6 | 0.93 | 0.7 |
| Hex | FA | C3 | 6D | 0 | 16 | 38 | 2 | 25 | 5D | 46 |
| Octal | 372 | 303 | 155 | 0 | 26 | 70 | 2 | 45 | 135 | 106 |
| Binary | 11111010 | 11000011 | 1101101 | 0 | 10110 | 111000 | 10 | 100101 | 1011101 | 1000110 |
Color Harmonies of #FAC36D
Complementary color
Monochromatic Colors of #FAC36D
Black with #FAC36D
Text Example
Text Example
White with #FAC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC36D; }
p { color: rgb(250,195,109); }
H1.HeaderClassName
{
color: #FAC36D;
}
.AnyTagClassName
{
color: #FAC36D;
}
</style>
background-color css
<style>
a { background-color: #FAC36D; }
a { background-color: rgb(250,195,109); }
div.DivClassName
{
background-color: #FAC36D;
}
.BgClassName
{
background-color: #FAC36D;
}
</style>
border-color css
<style>
span { border-color: #FAC36D; }
span { border-color: rgb(250,195,109); }
td.TdClassName
{
border-color: #FAC36D;
}
.TagClassName
{
border-color: #FAC36D;
}
</style>