Shades of Grandis #FAC365
Tints of Grandis #FAC365
RGB
CMYK
RGB Variations
Color information
#FAC365 (or 0xFAC365) is known color: Grandis. HEX triplet: FA, C3 and 65. RGB value is (250,195,101). Sum of RGB (Red+Green+Blue) = 250+195+101=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC365 is #053C9A. Grayscale: #C9C9C9. Windows color (decimal): -343195 or 6669306. OLE color: 6669306.
HSL color Cylindrical-coordinate representation of color #FAC365: hue angle of 37.85º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAC365 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 101 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.02 |
| HSL | 37.85º | 0.94% | 0.69% | - |
| HSV(B) | 37.85º | 0.6% | 0.98% | - |
| XYZ | 61.29 | 60.29 | 20.72 | - |
| YUV | 200.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 101 | 0 | 0.22 | 0.60 | 0.02 | 37.85 | 0.94 | 0.69 |
| Hex | FA | C3 | 65 | 0 | 16 | 3C | 2 | 26 | 5E | 45 |
| Octal | 372 | 303 | 145 | 0 | 26 | 74 | 2 | 46 | 136 | 105 |
| Binary | 11111010 | 11000011 | 1100101 | 0 | 10110 | 111100 | 10 | 100110 | 1011110 | 1000101 |
Color Harmonies of #FAC365
Complementary color
Monochromatic Colors of #FAC365
Black with #FAC365
Text Example
Text Example
White with #FAC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC365; }
p { color: rgb(250,195,101); }
H1.HeaderClassName
{
color: #FAC365;
}
.AnyTagClassName
{
color: #FAC365;
}
</style>
background-color css
<style>
a { background-color: #FAC365; }
a { background-color: rgb(250,195,101); }
div.DivClassName
{
background-color: #FAC365;
}
.BgClassName
{
background-color: #FAC365;
}
</style>
border-color css
<style>
span { border-color: #FAC365; }
span { border-color: rgb(250,195,101); }
td.TdClassName
{
border-color: #FAC365;
}
.TagClassName
{
border-color: #FAC365;
}
</style>