Shades of Grandis #FAC167
Tints of Grandis #FAC167
RGB
CMYK
RGB Variations
Color information
#FAC167 (or 0xFAC167) is known color: Grandis. HEX triplet: FA, C1 and 67. RGB value is (250,193,103). Sum of RGB (Red+Green+Blue) = 250+193+103=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC167 is #053E98. Grayscale: #C8C8C8. Windows color (decimal): -343705 or 6799866. OLE color: 6799866.
HSL color Cylindrical-coordinate representation of color #FAC167: hue angle of 36.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAC167 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 103 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.02 |
| HSL | 36.73º | 0.94% | 0.69% | - |
| HSV(B) | 36.73º | 0.59% | 0.98% | - |
| XYZ | 60.94 | 59.44 | 21.09 | - |
| YUV | 199.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 103 | 0 | 0.23 | 0.59 | 0.02 | 36.73 | 0.94 | 0.69 |
| Hex | FA | C1 | 67 | 0 | 17 | 3B | 2 | 25 | 5E | 45 |
| Octal | 372 | 301 | 147 | 0 | 27 | 73 | 2 | 45 | 136 | 105 |
| Binary | 11111010 | 11000001 | 1100111 | 0 | 10111 | 111011 | 10 | 100101 | 1011110 | 1000101 |
Color Harmonies of #FAC167
Complementary color
Monochromatic Colors of #FAC167
Black with #FAC167
Text Example
Text Example
White with #FAC167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC167; }
p { color: rgb(250,193,103); }
H1.HeaderClassName
{
color: #FAC167;
}
.AnyTagClassName
{
color: #FAC167;
}
</style>
background-color css
<style>
a { background-color: #FAC167; }
a { background-color: rgb(250,193,103); }
div.DivClassName
{
background-color: #FAC167;
}
.BgClassName
{
background-color: #FAC167;
}
</style>
border-color css
<style>
span { border-color: #FAC167; }
span { border-color: rgb(250,193,103); }
td.TdClassName
{
border-color: #FAC167;
}
.TagClassName
{
border-color: #FAC167;
}
</style>