Shades of Grandis #F7CB6C
Tints of Grandis #F7CB6C
RGB
CMYK
RGB Variations
Color information
#F7CB6C (or 0xF7CB6C) is known color: Grandis. HEX triplet: F7, CB and 6C. RGB value is (247,203,108). Sum of RGB (Red+Green+Blue) = 247+203+108=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CB6C is #083493. Grayscale: #CDCDCD. Windows color (decimal): -537748 or 7130103. OLE color: 7130103.
HSL color Cylindrical-coordinate representation of color #F7CB6C: hue angle of 41.01º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7CB6C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 108 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.03 |
| HSL | 41.01º | 0.9% | 0.7% | - |
| HSV(B) | 41.01º | 0.56% | 0.97% | - |
| XYZ | 62.42 | 63.57 | 23.17 | - |
| YUV | 205.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 108 | 0 | 0.18 | 0.56 | 0.03 | 41.01 | 0.9 | 0.7 |
| Hex | F7 | CB | 6C | 0 | 12 | 38 | 3 | 29 | 5A | 46 |
| Octal | 367 | 313 | 154 | 0 | 22 | 70 | 3 | 51 | 132 | 106 |
| Binary | 11110111 | 11001011 | 1101100 | 0 | 10010 | 111000 | 11 | 101001 | 1011010 | 1000110 |
Color Harmonies of #F7CB6C
Complementary color
Monochromatic Colors of #F7CB6C
Black with #F7CB6C
Text Example
Text Example
White with #F7CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CB6C; }
p { color: rgb(247,203,108); }
H1.HeaderClassName
{
color: #F7CB6C;
}
.AnyTagClassName
{
color: #F7CB6C;
}
</style>
background-color css
<style>
a { background-color: #F7CB6C; }
a { background-color: rgb(247,203,108); }
div.DivClassName
{
background-color: #F7CB6C;
}
.BgClassName
{
background-color: #F7CB6C;
}
</style>
border-color css
<style>
span { border-color: #F7CB6C; }
span { border-color: rgb(247,203,108); }
td.TdClassName
{
border-color: #F7CB6C;
}
.TagClassName
{
border-color: #F7CB6C;
}
</style>