Shades of Grandis #F1C772
Tints of Grandis #F1C772
RGB
CMYK
RGB Variations
Color information
#F1C772 (or 0xF1C772) is known color: Grandis. HEX triplet: F1, C7 and 72. RGB value is (241,199,114). Sum of RGB (Red+Green+Blue) = 241+199+114=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C772 is #0E388D. Grayscale: #CACACA. Windows color (decimal): -931982 or 7522289. OLE color: 7522289.
HSL color Cylindrical-coordinate representation of color #F1C772: hue angle of 40.16º degrees, saturation: 0.82, 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 #F1C772 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 199 | 114 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.05 |
| HSL | 40.16º | 0.82% | 0.7% | - |
| HSV(B) | 40.16º | 0.53% | 0.95% | - |
| XYZ | 59.74 | 60.76 | 24.5 | - |
| YUV | 201.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 199 | 114 | 0 | 0.17 | 0.53 | 0.05 | 40.16 | 0.82 | 0.7 |
| Hex | F1 | C7 | 72 | 0 | 11 | 35 | 5 | 28 | 52 | 46 |
| Octal | 361 | 307 | 162 | 0 | 21 | 65 | 5 | 50 | 122 | 106 |
| Binary | 11110001 | 11000111 | 1110010 | 0 | 10001 | 110101 | 101 | 101000 | 1010010 | 1000110 |
Color Harmonies of #F1C772
Complementary color
Monochromatic Colors of #F1C772
Black with #F1C772
Text Example
Text Example
White with #F1C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C772; }
p { color: rgb(241,199,114); }
H1.HeaderClassName
{
color: #F1C772;
}
.AnyTagClassName
{
color: #F1C772;
}
</style>
background-color css
<style>
a { background-color: #F1C772; }
a { background-color: rgb(241,199,114); }
div.DivClassName
{
background-color: #F1C772;
}
.BgClassName
{
background-color: #F1C772;
}
</style>
border-color css
<style>
span { border-color: #F1C772; }
span { border-color: rgb(241,199,114); }
td.TdClassName
{
border-color: #F1C772;
}
.TagClassName
{
border-color: #F1C772;
}
</style>