Shades of Grandis #F6CB74
Tints of Grandis #F6CB74
RGB
CMYK
RGB Variations
Color information
#F6CB74 (or 0xF6CB74) is known color: Grandis. HEX triplet: F6, CB and 74. RGB value is (246,203,116). Sum of RGB (Red+Green+Blue) = 246+203+116=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CB74 is #09348B. Grayscale: #CECECE. Windows color (decimal): -603276 or 7654390. OLE color: 7654390.
HSL color Cylindrical-coordinate representation of color #F6CB74: hue angle of 40.15º 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 #F6CB74 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 116 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.04 |
| HSL | 40.15º | 0.88% | 0.71% | - |
| HSV(B) | 40.15º | 0.53% | 0.96% | - |
| XYZ | 62.51 | 63.57 | 25.5 | - |
| YUV | 205.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 116 | 0 | 0.17 | 0.53 | 0.04 | 40.15 | 0.88 | 0.71 |
| Hex | F6 | CB | 74 | 0 | 11 | 35 | 4 | 28 | 58 | 47 |
| Octal | 366 | 313 | 164 | 0 | 21 | 65 | 4 | 50 | 130 | 107 |
| Binary | 11110110 | 11001011 | 1110100 | 0 | 10001 | 110101 | 100 | 101000 | 1011000 | 1000111 |
Color Harmonies of #F6CB74
Complementary color
Monochromatic Colors of #F6CB74
Black with #F6CB74
Text Example
Text Example
White with #F6CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB74; }
p { color: rgb(246,203,116); }
H1.HeaderClassName
{
color: #F6CB74;
}
.AnyTagClassName
{
color: #F6CB74;
}
</style>
background-color css
<style>
a { background-color: #F6CB74; }
a { background-color: rgb(246,203,116); }
div.DivClassName
{
background-color: #F6CB74;
}
.BgClassName
{
background-color: #F6CB74;
}
</style>
border-color css
<style>
span { border-color: #F6CB74; }
span { border-color: rgb(246,203,116); }
td.TdClassName
{
border-color: #F6CB74;
}
.TagClassName
{
border-color: #F6CB74;
}
</style>