Shades of Grandis #F9C974
Tints of Grandis #F9C974
RGB
CMYK
RGB Variations
Color information
#F9C974 (or 0xF9C974) is known color: Grandis. HEX triplet: F9, C9 and 74. RGB value is (249,201,116). Sum of RGB (Red+Green+Blue) = 249+201+116=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C974 is #06368B. Grayscale: #CECECE. Windows color (decimal): -407180 or 7653881. OLE color: 7653881.
HSL color Cylindrical-coordinate representation of color #F9C974: hue angle of 38.35º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9C974 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 116 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.02 |
| HSL | 38.35º | 0.92% | 0.72% | - |
| HSV(B) | 38.35º | 0.53% | 0.98% | - |
| XYZ | 63.11 | 63.17 | 25.39 | - |
| YUV | 205.66 | 77.4 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 116 | 0 | 0.19 | 0.53 | 0.02 | 38.35 | 0.92 | 0.72 |
| Hex | F9 | C9 | 74 | 0 | 13 | 35 | 2 | 26 | 5C | 48 |
| Octal | 371 | 311 | 164 | 0 | 23 | 65 | 2 | 46 | 134 | 110 |
| Binary | 11111001 | 11001001 | 1110100 | 0 | 10011 | 110101 | 10 | 100110 | 1011100 | 1001000 |
Color Harmonies of #F9C974
Complementary color
Monochromatic Colors of #F9C974
Black with #F9C974
Text Example
Text Example
White with #F9C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C974; }
p { color: rgb(249,201,116); }
H1.HeaderClassName
{
color: #F9C974;
}
.AnyTagClassName
{
color: #F9C974;
}
</style>
background-color css
<style>
a { background-color: #F9C974; }
a { background-color: rgb(249,201,116); }
div.DivClassName
{
background-color: #F9C974;
}
.BgClassName
{
background-color: #F9C974;
}
</style>
border-color css
<style>
span { border-color: #F9C974; }
span { border-color: rgb(249,201,116); }
td.TdClassName
{
border-color: #F9C974;
}
.TagClassName
{
border-color: #F9C974;
}
</style>