Shades of Grandis #F6C468
Tints of Grandis #F6C468
RGB
CMYK
RGB Variations
Color information
#F6C468 (or 0xF6C468) is known color: Grandis. HEX triplet: F6, C4 and 68. RGB value is (246,196,104). Sum of RGB (Red+Green+Blue) = 246+196+104=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C468 is #093B97. Grayscale: #C8C8C8. Windows color (decimal): -605080 or 6866166. OLE color: 6866166.
HSL color Cylindrical-coordinate representation of color #F6C468: hue angle of 38.87º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6C468 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 104 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.04 |
| HSL | 38.87º | 0.89% | 0.69% | - |
| HSV(B) | 38.87º | 0.58% | 0.96% | - |
| XYZ | 60.24 | 60.07 | 21.52 | - |
| YUV | 200.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 104 | 0 | 0.20 | 0.58 | 0.04 | 38.87 | 0.89 | 0.69 |
| Hex | F6 | C4 | 68 | 0 | 14 | 3A | 4 | 27 | 59 | 45 |
| Octal | 366 | 304 | 150 | 0 | 24 | 72 | 4 | 47 | 131 | 105 |
| Binary | 11110110 | 11000100 | 1101000 | 0 | 10100 | 111010 | 100 | 100111 | 1011001 | 1000101 |
Color Harmonies of #F6C468
Complementary color
Monochromatic Colors of #F6C468
Black with #F6C468
Text Example
Text Example
White with #F6C468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C468; }
p { color: rgb(246,196,104); }
H1.HeaderClassName
{
color: #F6C468;
}
.AnyTagClassName
{
color: #F6C468;
}
</style>
background-color css
<style>
a { background-color: #F6C468; }
a { background-color: rgb(246,196,104); }
div.DivClassName
{
background-color: #F6C468;
}
.BgClassName
{
background-color: #F6C468;
}
</style>
border-color css
<style>
span { border-color: #F6C468; }
span { border-color: rgb(246,196,104); }
td.TdClassName
{
border-color: #F6C468;
}
.TagClassName
{
border-color: #F6C468;
}
</style>