Shades of Grandis #FAC26B
Tints of Grandis #FAC26B
RGB
CMYK
RGB Variations
Color information
#FAC26B (or 0xFAC26B) is known color: Grandis. HEX triplet: FA, C2 and 6B. RGB value is (250,194,107). Sum of RGB (Red+Green+Blue) = 250+194+107=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC26B is #053D94. Grayscale: #C9C9C9. Windows color (decimal): -343445 or 7062266. OLE color: 7062266.
HSL color Cylindrical-coordinate representation of color #FAC26B: hue angle of 36.5º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAC26B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 107 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.02 |
| HSL | 36.5º | 0.93% | 0.7% | - |
| HSV(B) | 36.5º | 0.57% | 0.98% | - |
| XYZ | 61.37 | 59.97 | 22.25 | - |
| YUV | 200.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 107 | 0 | 0.22 | 0.57 | 0.02 | 36.5 | 0.93 | 0.7 |
| Hex | FA | C2 | 6B | 0 | 16 | 39 | 2 | 25 | 5D | 46 |
| Octal | 372 | 302 | 153 | 0 | 26 | 71 | 2 | 45 | 135 | 106 |
| Binary | 11111010 | 11000010 | 1101011 | 0 | 10110 | 111001 | 10 | 100101 | 1011101 | 1000110 |
Color Harmonies of #FAC26B
Complementary color
Monochromatic Colors of #FAC26B
Black with #FAC26B
Text Example
Text Example
White with #FAC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC26B; }
p { color: rgb(250,194,107); }
H1.HeaderClassName
{
color: #FAC26B;
}
.AnyTagClassName
{
color: #FAC26B;
}
</style>
background-color css
<style>
a { background-color: #FAC26B; }
a { background-color: rgb(250,194,107); }
div.DivClassName
{
background-color: #FAC26B;
}
.BgClassName
{
background-color: #FAC26B;
}
</style>
border-color css
<style>
span { border-color: #FAC26B; }
span { border-color: rgb(250,194,107); }
td.TdClassName
{
border-color: #FAC26B;
}
.TagClassName
{
border-color: #FAC26B;
}
</style>