Shades of Grandis #FAC36B
Tints of Grandis #FAC36B
RGB
CMYK
RGB Variations
Color information
#FAC36B (or 0xFAC36B) is known color: Grandis. HEX triplet: FA, C3 and 6B. RGB value is (250,195,107). Sum of RGB (Red+Green+Blue) = 250+195+107=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC36B is #053C94. Grayscale: #C9C9C9. Windows color (decimal): -343189 or 7062522. OLE color: 7062522.
HSL color Cylindrical-coordinate representation of color #FAC36B: hue angle of 36.92º 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 #FAC36B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 107 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.02 |
| HSL | 36.92º | 0.93% | 0.7% | - |
| HSV(B) | 36.92º | 0.57% | 0.98% | - |
| XYZ | 61.59 | 60.42 | 22.33 | - |
| YUV | 201.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 107 | 0 | 0.22 | 0.57 | 0.02 | 36.92 | 0.93 | 0.7 |
| Hex | FA | C3 | 6B | 0 | 16 | 39 | 2 | 25 | 5D | 46 |
| Octal | 372 | 303 | 153 | 0 | 26 | 71 | 2 | 45 | 135 | 106 |
| Binary | 11111010 | 11000011 | 1101011 | 0 | 10110 | 111001 | 10 | 100101 | 1011101 | 1000110 |
Color Harmonies of #FAC36B
Complementary color
Monochromatic Colors of #FAC36B
Black with #FAC36B
Text Example
Text Example
White with #FAC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC36B; }
p { color: rgb(250,195,107); }
H1.HeaderClassName
{
color: #FAC36B;
}
.AnyTagClassName
{
color: #FAC36B;
}
</style>
background-color css
<style>
a { background-color: #FAC36B; }
a { background-color: rgb(250,195,107); }
div.DivClassName
{
background-color: #FAC36B;
}
.BgClassName
{
background-color: #FAC36B;
}
</style>
border-color css
<style>
span { border-color: #FAC36B; }
span { border-color: rgb(250,195,107); }
td.TdClassName
{
border-color: #FAC36B;
}
.TagClassName
{
border-color: #FAC36B;
}
</style>