Shades of Grandis #F7CB69
Tints of Grandis #F7CB69
RGB
CMYK
RGB Variations
Color information
#F7CB69 (or 0xF7CB69) is known color: Grandis. HEX triplet: F7, CB and 69. RGB value is (247,203,105). Sum of RGB (Red+Green+Blue) = 247+203+105=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 105 (41.41% from 255 or 18.92% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CB69 is #083496. Grayscale: #CDCDCD. Windows color (decimal): -537751 or 6933495. OLE color: 6933495.
HSL color Cylindrical-coordinate representation of color #F7CB69: hue angle of 41.41º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7CB69 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 105 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.03 |
| HSL | 41.41º | 0.9% | 0.69% | - |
| HSV(B) | 41.41º | 0.57% | 0.97% | - |
| XYZ | 62.26 | 63.51 | 22.34 | - |
| YUV | 204.98 | 71.58 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 105 | 0 | 0.18 | 0.57 | 0.03 | 41.41 | 0.9 | 0.69 |
| Hex | F7 | CB | 69 | 0 | 12 | 39 | 3 | 29 | 5A | 45 |
| Octal | 367 | 313 | 151 | 0 | 22 | 71 | 3 | 51 | 132 | 105 |
| Binary | 11110111 | 11001011 | 1101001 | 0 | 10010 | 111001 | 11 | 101001 | 1011010 | 1000101 |
Color Harmonies of #F7CB69
Complementary color
Monochromatic Colors of #F7CB69
Black with #F7CB69
Text Example
Text Example
White with #F7CB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CB69; }
p { color: rgb(247,203,105); }
H1.HeaderClassName
{
color: #F7CB69;
}
.AnyTagClassName
{
color: #F7CB69;
}
</style>
background-color css
<style>
a { background-color: #F7CB69; }
a { background-color: rgb(247,203,105); }
div.DivClassName
{
background-color: #F7CB69;
}
.BgClassName
{
background-color: #F7CB69;
}
</style>
border-color css
<style>
span { border-color: #F7CB69; }
span { border-color: rgb(247,203,105); }
td.TdClassName
{
border-color: #F7CB69;
}
.TagClassName
{
border-color: #F7CB69;
}
</style>