Shades of Grandis #FAC069
Tints of Grandis #FAC069
RGB
CMYK
RGB Variations
Color information
#FAC069 (or 0xFAC069) is known color: Grandis. HEX triplet: FA, C0 and 69. RGB value is (250,192,105). Sum of RGB (Red+Green+Blue) = 250+192+105=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC069 is #053F96. Grayscale: #C7C7C7. Windows color (decimal): -343959 or 6930682. OLE color: 6930682.
HSL color Cylindrical-coordinate representation of color #FAC069: hue angle of 36º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAC069 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 105 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.02 |
| HSL | 36º | 0.94% | 0.7% | - |
| HSV(B) | 36º | 0.58% | 0.98% | - |
| XYZ | 60.82 | 59.04 | 21.56 | - |
| YUV | 199.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 105 | 0 | 0.23 | 0.58 | 0.02 | 36 | 0.94 | 0.7 |
| Hex | FA | C0 | 69 | 0 | 17 | 3A | 2 | 24 | 5E | 46 |
| Octal | 372 | 300 | 151 | 0 | 27 | 72 | 2 | 44 | 136 | 106 |
| Binary | 11111010 | 11000000 | 1101001 | 0 | 10111 | 111010 | 10 | 100100 | 1011110 | 1000110 |
Color Harmonies of #FAC069
Complementary color
Monochromatic Colors of #FAC069
Black with #FAC069
Text Example
Text Example
White with #FAC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC069; }
p { color: rgb(250,192,105); }
H1.HeaderClassName
{
color: #FAC069;
}
.AnyTagClassName
{
color: #FAC069;
}
</style>
background-color css
<style>
a { background-color: #FAC069; }
a { background-color: rgb(250,192,105); }
div.DivClassName
{
background-color: #FAC069;
}
.BgClassName
{
background-color: #FAC069;
}
</style>
border-color css
<style>
span { border-color: #FAC069; }
span { border-color: rgb(250,192,105); }
td.TdClassName
{
border-color: #FAC069;
}
.TagClassName
{
border-color: #FAC069;
}
</style>