Shades of Grandis #FAC368
Tints of Grandis #FAC368
RGB
CMYK
RGB Variations
Color information
#FAC368 (or 0xFAC368) is known color: Grandis. HEX triplet: FA, C3 and 68. RGB value is (250,195,104). Sum of RGB (Red+Green+Blue) = 250+195+104=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC368 is #053C97. Grayscale: #C9C9C9. Windows color (decimal): -343192 or 6865914. OLE color: 6865914.
HSL color Cylindrical-coordinate representation of color #FAC368: hue angle of 37.4º 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 #FAC368 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 104 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.02 |
| HSL | 37.4º | 0.94% | 0.69% | - |
| HSV(B) | 37.4º | 0.58% | 0.98% | - |
| XYZ | 61.44 | 60.35 | 21.51 | - |
| YUV | 201.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 104 | 0 | 0.22 | 0.58 | 0.02 | 37.4 | 0.94 | 0.69 |
| Hex | FA | C3 | 68 | 0 | 16 | 3A | 2 | 25 | 5E | 45 |
| Octal | 372 | 303 | 150 | 0 | 26 | 72 | 2 | 45 | 136 | 105 |
| Binary | 11111010 | 11000011 | 1101000 | 0 | 10110 | 111010 | 10 | 100101 | 1011110 | 1000101 |
Color Harmonies of #FAC368
Complementary color
Monochromatic Colors of #FAC368
Black with #FAC368
Text Example
Text Example
White with #FAC368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC368; }
p { color: rgb(250,195,104); }
H1.HeaderClassName
{
color: #FAC368;
}
.AnyTagClassName
{
color: #FAC368;
}
</style>
background-color css
<style>
a { background-color: #FAC368; }
a { background-color: rgb(250,195,104); }
div.DivClassName
{
background-color: #FAC368;
}
.BgClassName
{
background-color: #FAC368;
}
</style>
border-color css
<style>
span { border-color: #FAC368; }
span { border-color: rgb(250,195,104); }
td.TdClassName
{
border-color: #FAC368;
}
.TagClassName
{
border-color: #FAC368;
}
</style>