Shades of Grandis #FFC566
Tints of Grandis #FFC566
RGB
CMYK
RGB Variations
Color information
#FFC566 (or 0xFFC566) is known color: Grandis. HEX triplet: FF, C5 and 66. RGB value is (255,197,102). Sum of RGB (Red+Green+Blue) = 255+197+102=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC566 is #003A99. Grayscale: #CBCBCB. Windows color (decimal): -15002 or 6735359. OLE color: 6735359.
HSL color Cylindrical-coordinate representation of color #FFC566: hue angle of 37.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFC566 is Cyan = 0, Magento = 0.23, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 102 | - |
| CMYK | 0 | 0.23 | 0.6 | 0 |
| HSL | 37.25º | 1% | 0.7% | - |
| HSV(B) | 37.25º | 0.6% | 1% | - |
| XYZ | 63.6 | 62.15 | 21.21 | - |
| YUV | 203.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 102 | 0 | 0.23 | 0.6 | 0 | 37.25 | 1 | 0.7 |
| Hex | FF | C5 | 66 | 0 | 17 | 3C | 0 | 25 | 64 | 46 |
| Octal | 377 | 305 | 146 | 0 | 27 | 74 | 0 | 45 | 144 | 106 |
| Binary | 11111111 | 11000101 | 1100110 | 0 | 10111 | 111100 | 0 | 100101 | 1100100 | 1000110 |
Color Harmonies of #FFC566
Complementary color
Monochromatic Colors of #FFC566
Black with #FFC566
Text Example
Text Example
White with #FFC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC566; }
p { color: rgb(255,197,102); }
H1.HeaderClassName
{
color: #FFC566;
}
.AnyTagClassName
{
color: #FFC566;
}
</style>
background-color css
<style>
a { background-color: #FFC566; }
a { background-color: rgb(255,197,102); }
div.DivClassName
{
background-color: #FFC566;
}
.BgClassName
{
background-color: #FFC566;
}
</style>
border-color css
<style>
span { border-color: #FFC566; }
span { border-color: rgb(255,197,102); }
td.TdClassName
{
border-color: #FFC566;
}
.TagClassName
{
border-color: #FFC566;
}
</style>