Shades of Grandis #FAC168
Tints of Grandis #FAC168
RGB
CMYK
RGB Variations
Color information
#FAC168 (or 0xFAC168) is known color: Grandis. HEX triplet: FA, C1 and 68. RGB value is (250,193,104). Sum of RGB (Red+Green+Blue) = 250+193+104=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC168 is #053E97. Grayscale: #C8C8C8. Windows color (decimal): -343704 or 6865402. OLE color: 6865402.
HSL color Cylindrical-coordinate representation of color #FAC168: hue angle of 36.58º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAC168 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 104 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.02 |
| HSL | 36.58º | 0.94% | 0.69% | - |
| HSV(B) | 36.58º | 0.58% | 0.98% | - |
| XYZ | 60.99 | 59.46 | 21.36 | - |
| YUV | 199.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 104 | 0 | 0.23 | 0.58 | 0.02 | 36.58 | 0.94 | 0.69 |
| Hex | FA | C1 | 68 | 0 | 17 | 3A | 2 | 25 | 5E | 45 |
| Octal | 372 | 301 | 150 | 0 | 27 | 72 | 2 | 45 | 136 | 105 |
| Binary | 11111010 | 11000001 | 1101000 | 0 | 10111 | 111010 | 10 | 100101 | 1011110 | 1000101 |
Color Harmonies of #FAC168
Complementary color
Monochromatic Colors of #FAC168
Black with #FAC168
Text Example
Text Example
White with #FAC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC168; }
p { color: rgb(250,193,104); }
H1.HeaderClassName
{
color: #FAC168;
}
.AnyTagClassName
{
color: #FAC168;
}
</style>
background-color css
<style>
a { background-color: #FAC168; }
a { background-color: rgb(250,193,104); }
div.DivClassName
{
background-color: #FAC168;
}
.BgClassName
{
background-color: #FAC168;
}
</style>
border-color css
<style>
span { border-color: #FAC168; }
span { border-color: rgb(250,193,104); }
td.TdClassName
{
border-color: #FAC168;
}
.TagClassName
{
border-color: #FAC168;
}
</style>