Shades of Grandis #F6C467
Tints of Grandis #F6C467
RGB
CMYK
RGB Variations
Color information
#F6C467 (or 0xF6C467) is known color: Grandis. HEX triplet: F6, C4 and 67. RGB value is (246,196,103). Sum of RGB (Red+Green+Blue) = 246+196+103=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C467 is #093B98. Grayscale: #C8C8C8. Windows color (decimal): -605081 or 6800630. OLE color: 6800630.
HSL color Cylindrical-coordinate representation of color #F6C467: hue angle of 39.02º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6C467 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 103 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.04 |
| HSL | 39.02º | 0.89% | 0.68% | - |
| HSV(B) | 39.02º | 0.58% | 0.96% | - |
| XYZ | 60.19 | 60.05 | 21.25 | - |
| YUV | 200.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 103 | 0 | 0.20 | 0.58 | 0.04 | 39.02 | 0.89 | 0.68 |
| Hex | F6 | C4 | 67 | 0 | 14 | 3A | 4 | 27 | 59 | 44 |
| Octal | 366 | 304 | 147 | 0 | 24 | 72 | 4 | 47 | 131 | 104 |
| Binary | 11110110 | 11000100 | 1100111 | 0 | 10100 | 111010 | 100 | 100111 | 1011001 | 1000100 |
Color Harmonies of #F6C467
Complementary color
Monochromatic Colors of #F6C467
Black with #F6C467
Text Example
Text Example
White with #F6C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C467; }
p { color: rgb(246,196,103); }
H1.HeaderClassName
{
color: #F6C467;
}
.AnyTagClassName
{
color: #F6C467;
}
</style>
background-color css
<style>
a { background-color: #F6C467; }
a { background-color: rgb(246,196,103); }
div.DivClassName
{
background-color: #F6C467;
}
.BgClassName
{
background-color: #F6C467;
}
</style>
border-color css
<style>
span { border-color: #F6C467; }
span { border-color: rgb(246,196,103); }
td.TdClassName
{
border-color: #F6C467;
}
.TagClassName
{
border-color: #F6C467;
}
</style>