Shades of Grandis #F3C66D
Tints of Grandis #F3C66D
RGB
CMYK
RGB Variations
Color information
#F3C66D (or 0xF3C66D) is known color: Grandis. HEX triplet: F3, C6 and 6D. RGB value is (243,198,109). Sum of RGB (Red+Green+Blue) = 243+198+109=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C66D is #0C3992. Grayscale: #C9C9C9. Windows color (decimal): -801171 or 7194355. OLE color: 7194355.
HSL color Cylindrical-coordinate representation of color #F3C66D: hue angle of 39.85º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3C66D is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 109 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.05 |
| HSL | 39.85º | 0.85% | 0.69% | - |
| HSV(B) | 39.85º | 0.55% | 0.95% | - |
| XYZ | 59.92 | 60.55 | 23 | - |
| YUV | 201.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 109 | 0 | 0.19 | 0.55 | 0.05 | 39.85 | 0.85 | 0.69 |
| Hex | F3 | C6 | 6D | 0 | 13 | 37 | 5 | 28 | 55 | 45 |
| Octal | 363 | 306 | 155 | 0 | 23 | 67 | 5 | 50 | 125 | 105 |
| Binary | 11110011 | 11000110 | 1101101 | 0 | 10011 | 110111 | 101 | 101000 | 1010101 | 1000101 |
Color Harmonies of #F3C66D
Complementary color
Monochromatic Colors of #F3C66D
Black with #F3C66D
Text Example
Text Example
White with #F3C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C66D; }
p { color: rgb(243,198,109); }
H1.HeaderClassName
{
color: #F3C66D;
}
.AnyTagClassName
{
color: #F3C66D;
}
</style>
background-color css
<style>
a { background-color: #F3C66D; }
a { background-color: rgb(243,198,109); }
div.DivClassName
{
background-color: #F3C66D;
}
.BgClassName
{
background-color: #F3C66D;
}
</style>
border-color css
<style>
span { border-color: #F3C66D; }
span { border-color: rgb(243,198,109); }
td.TdClassName
{
border-color: #F3C66D;
}
.TagClassName
{
border-color: #F3C66D;
}
</style>