Shades of Grandis #F3C672
Tints of Grandis #F3C672
RGB
CMYK
RGB Variations
Color information
#F3C672 (or 0xF3C672) is known color: Grandis. HEX triplet: F3, C6 and 72. RGB value is (243,198,114). Sum of RGB (Red+Green+Blue) = 243+198+114=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C672 is #0C398D. Grayscale: #CACACA. Windows color (decimal): -801166 or 7522035. OLE color: 7522035.
HSL color Cylindrical-coordinate representation of color #F3C672: hue angle of 39.07º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3C672 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 114 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.05 |
| HSL | 39.07º | 0.84% | 0.7% | - |
| HSV(B) | 39.07º | 0.53% | 0.95% | - |
| XYZ | 60.19 | 60.66 | 24.46 | - |
| YUV | 201.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 114 | 0 | 0.19 | 0.53 | 0.05 | 39.07 | 0.84 | 0.7 |
| Hex | F3 | C6 | 72 | 0 | 13 | 35 | 5 | 27 | 54 | 46 |
| Octal | 363 | 306 | 162 | 0 | 23 | 65 | 5 | 47 | 124 | 106 |
| Binary | 11110011 | 11000110 | 1110010 | 0 | 10011 | 110101 | 101 | 100111 | 1010100 | 1000110 |
Color Harmonies of #F3C672
Complementary color
Monochromatic Colors of #F3C672
Black with #F3C672
Text Example
Text Example
White with #F3C672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C672; }
p { color: rgb(243,198,114); }
H1.HeaderClassName
{
color: #F3C672;
}
.AnyTagClassName
{
color: #F3C672;
}
</style>
background-color css
<style>
a { background-color: #F3C672; }
a { background-color: rgb(243,198,114); }
div.DivClassName
{
background-color: #F3C672;
}
.BgClassName
{
background-color: #F3C672;
}
</style>
border-color css
<style>
span { border-color: #F3C672; }
span { border-color: rgb(243,198,114); }
td.TdClassName
{
border-color: #F3C672;
}
.TagClassName
{
border-color: #F3C672;
}
</style>