Shades of Grandis #F7CB73
Tints of Grandis #F7CB73
RGB
CMYK
RGB Variations
Color information
#F7CB73 (or 0xF7CB73) is known color: Grandis. HEX triplet: F7, CB and 73. RGB value is (247,203,115). Sum of RGB (Red+Green+Blue) = 247+203+115=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CB73 is #08348C. Grayscale: #CECECE. Windows color (decimal): -537741 or 7588855. OLE color: 7588855.
HSL color Cylindrical-coordinate representation of color #F7CB73: hue angle of 40º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7CB73 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 115 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.03 |
| HSL | 40º | 0.89% | 0.71% | - |
| HSV(B) | 40º | 0.53% | 0.97% | - |
| XYZ | 62.81 | 63.72 | 25.21 | - |
| YUV | 206.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 115 | 0 | 0.18 | 0.53 | 0.03 | 40 | 0.89 | 0.71 |
| Hex | F7 | CB | 73 | 0 | 12 | 35 | 3 | 28 | 59 | 47 |
| Octal | 367 | 313 | 163 | 0 | 22 | 65 | 3 | 50 | 131 | 107 |
| Binary | 11110111 | 11001011 | 1110011 | 0 | 10010 | 110101 | 11 | 101000 | 1011001 | 1000111 |
Color Harmonies of #F7CB73
Complementary color
Monochromatic Colors of #F7CB73
Black with #F7CB73
Text Example
Text Example
White with #F7CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CB73; }
p { color: rgb(247,203,115); }
H1.HeaderClassName
{
color: #F7CB73;
}
.AnyTagClassName
{
color: #F7CB73;
}
</style>
background-color css
<style>
a { background-color: #F7CB73; }
a { background-color: rgb(247,203,115); }
div.DivClassName
{
background-color: #F7CB73;
}
.BgClassName
{
background-color: #F7CB73;
}
</style>
border-color css
<style>
span { border-color: #F7CB73; }
span { border-color: rgb(247,203,115); }
td.TdClassName
{
border-color: #F7CB73;
}
.TagClassName
{
border-color: #F7CB73;
}
</style>