Shades of Grandis #FAC068
Tints of Grandis #FAC068
RGB
CMYK
RGB Variations
Color information
#FAC068 (or 0xFAC068) is known color: Grandis. HEX triplet: FA, C0 and 68. RGB value is (250,192,104). Sum of RGB (Red+Green+Blue) = 250+192+104=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC068 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC068 is #053F97. Grayscale: #C7C7C7. Windows color (decimal): -343960 or 6865146. OLE color: 6865146.
HSL color Cylindrical-coordinate representation of color #FAC068: hue angle of 36.16º 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 #FAC068 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 104 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.02 |
| HSL | 36.16º | 0.94% | 0.69% | - |
| HSV(B) | 36.16º | 0.58% | 0.98% | - |
| XYZ | 60.77 | 59.02 | 21.29 | - |
| YUV | 199.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 104 | 0 | 0.23 | 0.58 | 0.02 | 36.16 | 0.94 | 0.69 |
| Hex | FA | C0 | 68 | 0 | 17 | 3A | 2 | 24 | 5E | 45 |
| Octal | 372 | 300 | 150 | 0 | 27 | 72 | 2 | 44 | 136 | 105 |
| Binary | 11111010 | 11000000 | 1101000 | 0 | 10111 | 111010 | 10 | 100100 | 1011110 | 1000101 |
Color Harmonies of #FAC068
Complementary color
Monochromatic Colors of #FAC068
Black with #FAC068
Text Example
Text Example
White with #FAC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC068; }
p { color: rgb(250,192,104); }
H1.HeaderClassName
{
color: #FAC068;
}
.AnyTagClassName
{
color: #FAC068;
}
</style>
background-color css
<style>
a { background-color: #FAC068; }
a { background-color: rgb(250,192,104); }
div.DivClassName
{
background-color: #FAC068;
}
.BgClassName
{
background-color: #FAC068;
}
</style>
border-color css
<style>
span { border-color: #FAC068; }
span { border-color: rgb(250,192,104); }
td.TdClassName
{
border-color: #FAC068;
}
.TagClassName
{
border-color: #FAC068;
}
</style>