Shades of Grandis #F9CC77
Tints of Grandis #F9CC77
RGB
CMYK
RGB Variations
Color information
#F9CC77 (or 0xF9CC77) is known color: Grandis. HEX triplet: F9, CC and 77. RGB value is (249,204,119). Sum of RGB (Red+Green+Blue) = 249+204+119=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 119 (46.88% from 255 or 20.80% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CC77 is #063388. Grayscale: #D0D0D0. Windows color (decimal): -406409 or 7851257. OLE color: 7851257.
HSL color Cylindrical-coordinate representation of color #F9CC77: hue angle of 39.23º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F9CC77 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 204 | 119 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.02 |
| HSL | 39.23º | 0.92% | 0.72% | - |
| HSV(B) | 39.23º | 0.52% | 0.98% | - |
| XYZ | 63.99 | 64.66 | 26.56 | - |
| YUV | 207.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 204 | 119 | 0 | 0.18 | 0.52 | 0.02 | 39.23 | 0.92 | 0.72 |
| Hex | F9 | CC | 77 | 0 | 12 | 34 | 2 | 27 | 5C | 48 |
| Octal | 371 | 314 | 167 | 0 | 22 | 64 | 2 | 47 | 134 | 110 |
| Binary | 11111001 | 11001100 | 1110111 | 0 | 10010 | 110100 | 10 | 100111 | 1011100 | 1001000 |
Color Harmonies of #F9CC77
Complementary color
Monochromatic Colors of #F9CC77
Black with #F9CC77
Text Example
Text Example
White with #F9CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CC77; }
p { color: rgb(249,204,119); }
H1.HeaderClassName
{
color: #F9CC77;
}
.AnyTagClassName
{
color: #F9CC77;
}
</style>
background-color css
<style>
a { background-color: #F9CC77; }
a { background-color: rgb(249,204,119); }
div.DivClassName
{
background-color: #F9CC77;
}
.BgClassName
{
background-color: #F9CC77;
}
</style>
border-color css
<style>
span { border-color: #F9CC77; }
span { border-color: rgb(249,204,119); }
td.TdClassName
{
border-color: #F9CC77;
}
.TagClassName
{
border-color: #F9CC77;
}
</style>