Shades of Grandis #F3C76E
Tints of Grandis #F3C76E
RGB
CMYK
RGB Variations
Color information
#F3C76E (or 0xF3C76E) is known color: Grandis. HEX triplet: F3, C7 and 6E. RGB value is (243,199,110). Sum of RGB (Red+Green+Blue) = 243+199+110=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C76E is #0C3891. Grayscale: #CACACA. Windows color (decimal): -800914 or 7260147. OLE color: 7260147.
HSL color Cylindrical-coordinate representation of color #F3C76E: hue angle of 40.15º 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 #F3C76E is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 110 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.05 |
| HSL | 40.15º | 0.85% | 0.69% | - |
| HSV(B) | 40.15º | 0.55% | 0.95% | - |
| XYZ | 60.2 | 61.03 | 23.36 | - |
| YUV | 202.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 110 | 0 | 0.18 | 0.55 | 0.05 | 40.15 | 0.85 | 0.69 |
| Hex | F3 | C7 | 6E | 0 | 12 | 37 | 5 | 28 | 55 | 45 |
| Octal | 363 | 307 | 156 | 0 | 22 | 67 | 5 | 50 | 125 | 105 |
| Binary | 11110011 | 11000111 | 1101110 | 0 | 10010 | 110111 | 101 | 101000 | 1010101 | 1000101 |
Color Harmonies of #F3C76E
Complementary color
Monochromatic Colors of #F3C76E
Black with #F3C76E
Text Example
Text Example
White with #F3C76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C76E; }
p { color: rgb(243,199,110); }
H1.HeaderClassName
{
color: #F3C76E;
}
.AnyTagClassName
{
color: #F3C76E;
}
</style>
background-color css
<style>
a { background-color: #F3C76E; }
a { background-color: rgb(243,199,110); }
div.DivClassName
{
background-color: #F3C76E;
}
.BgClassName
{
background-color: #F3C76E;
}
</style>
border-color css
<style>
span { border-color: #F3C76E; }
span { border-color: rgb(243,199,110); }
td.TdClassName
{
border-color: #F3C76E;
}
.TagClassName
{
border-color: #F3C76E;
}
</style>