Shades of Grandis #FAC268
Tints of Grandis #FAC268
RGB
CMYK
RGB Variations
Color information
#FAC268 (or 0xFAC268) is known color: Grandis. HEX triplet: FA, C2 and 68. RGB value is (250,194,104). Sum of RGB (Red+Green+Blue) = 250+194+104=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC268 is #053D97. Grayscale: #C8C8C8. Windows color (decimal): -343448 or 6865658. OLE color: 6865658.
HSL color Cylindrical-coordinate representation of color #FAC268: hue angle of 36.99º 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 #FAC268 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 104 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.02 |
| HSL | 36.99º | 0.94% | 0.69% | - |
| HSV(B) | 36.99º | 0.58% | 0.98% | - |
| XYZ | 61.21 | 59.91 | 21.43 | - |
| YUV | 200.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 104 | 0 | 0.22 | 0.58 | 0.02 | 36.99 | 0.94 | 0.69 |
| Hex | FA | C2 | 68 | 0 | 16 | 3A | 2 | 25 | 5E | 45 |
| Octal | 372 | 302 | 150 | 0 | 26 | 72 | 2 | 45 | 136 | 105 |
| Binary | 11111010 | 11000010 | 1101000 | 0 | 10110 | 111010 | 10 | 100101 | 1011110 | 1000101 |
Color Harmonies of #FAC268
Complementary color
Monochromatic Colors of #FAC268
Black with #FAC268
Text Example
Text Example
White with #FAC268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC268; }
p { color: rgb(250,194,104); }
H1.HeaderClassName
{
color: #FAC268;
}
.AnyTagClassName
{
color: #FAC268;
}
</style>
background-color css
<style>
a { background-color: #FAC268; }
a { background-color: rgb(250,194,104); }
div.DivClassName
{
background-color: #FAC268;
}
.BgClassName
{
background-color: #FAC268;
}
</style>
border-color css
<style>
span { border-color: #FAC268; }
span { border-color: rgb(250,194,104); }
td.TdClassName
{
border-color: #FAC268;
}
.TagClassName
{
border-color: #FAC268;
}
</style>