Shades of Grandis #F6CE73
Tints of Grandis #F6CE73
RGB
CMYK
RGB Variations
Color information
#F6CE73 (or 0xF6CE73) is known color: Grandis. HEX triplet: F6, CE and 73. RGB value is (246,206,115). Sum of RGB (Red+Green+Blue) = 246+206+115=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CE73 is #09318C. Grayscale: #CFCFCF. Windows color (decimal): -602509 or 7589622. OLE color: 7589622.
HSL color Cylindrical-coordinate representation of color #F6CE73: hue angle of 41.68º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6CE73 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 115 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.04 |
| HSL | 41.68º | 0.88% | 0.71% | - |
| HSV(B) | 41.68º | 0.53% | 0.96% | - |
| XYZ | 63.17 | 64.97 | 25.43 | - |
| YUV | 207.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 115 | 0 | 0.16 | 0.53 | 0.04 | 41.68 | 0.88 | 0.71 |
| Hex | F6 | CE | 73 | 0 | 10 | 35 | 4 | 2A | 58 | 47 |
| Octal | 366 | 316 | 163 | 0 | 20 | 65 | 4 | 52 | 130 | 107 |
| Binary | 11110110 | 11001110 | 1110011 | 0 | 10000 | 110101 | 100 | 101010 | 1011000 | 1000111 |
Color Harmonies of #F6CE73
Complementary color
Monochromatic Colors of #F6CE73
Black with #F6CE73
Text Example
Text Example
White with #F6CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE73; }
p { color: rgb(246,206,115); }
H1.HeaderClassName
{
color: #F6CE73;
}
.AnyTagClassName
{
color: #F6CE73;
}
</style>
background-color css
<style>
a { background-color: #F6CE73; }
a { background-color: rgb(246,206,115); }
div.DivClassName
{
background-color: #F6CE73;
}
.BgClassName
{
background-color: #F6CE73;
}
</style>
border-color css
<style>
span { border-color: #F6CE73; }
span { border-color: rgb(246,206,115); }
td.TdClassName
{
border-color: #F6CE73;
}
.TagClassName
{
border-color: #F6CE73;
}
</style>